Commit 78532696 authored by Ashish Chaudhary's avatar Ashish Chaudhary Committed by GitHub

Documentation update

`android/settings.gradle` is the correct path for React Native v0.45.1
parent 157ad2ff
...@@ -72,7 +72,7 @@ https://firebase.google.com/docs/cloud-messaging/ios/certs ...@@ -72,7 +72,7 @@ https://firebase.google.com/docs/cloud-messaging/ios/certs
compile "com.facebook.react:react-native:+" // From node_modules compile "com.facebook.react:react-native:+" // From node_modules
} }
``` ```
- Edit `android/app/settings.gradle` - Edit `android/settings.gradle`
```diff ```diff
... ...
+ include ':react-native-fcm' + include ':react-native-fcm'
......
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