Commit 4f0139c7 authored by behzad abbasi's avatar behzad abbasi Committed by GitHub

doc(readme) : add missing settings

parent acda257c
...@@ -61,6 +61,13 @@ ...@@ -61,6 +61,13 @@
compile "com.facebook.react:react-native:+" // From node_modules 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 ### Config for notification and `click_action` in Android
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment