diff --git a/README.md b/README.md index 834e9c8e4ba316e825aaeccf6e71fc51503bbb7c..d3aed028199aa3abd363a3eb40cf2a925aac37ee 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,13 @@ compile "com.facebook.react:react-native:+" // From node_modules } ``` +- Edit `android/app/settings.gradle` +```diff + ... ++ include ':react-native-fcm' ++ project(':react-native-fcm').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fcm/android') + include ':app' +``` ### Config for notification and `click_action` in Android