From 4f0139c727be71245fa3a4b4398155a69053a57a Mon Sep 17 00:00:00 2001 From: behzad abbasi Date: Thu, 1 Jun 2017 12:51:55 +0430 Subject: [PATCH] doc(readme) : add missing settings --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 834e9c8..d3aed02 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 -- 2.26.2