Add missing settings.gradle setup docs

This commit is contained in:
Elliot Hesp 2017-03-13 10:25:43 +00:00 committed by GitHub
parent 921921fda3
commit 92799bc0a9
1 changed files with 6 additions and 0 deletions

View File

@ -53,3 +53,9 @@ Add to `AndroidManifest.xml` file
+ </intent-filter>
+ </service>
```
Add to `android/settings.gradle`
```
include ':react-native-firebase'
project(':react-native-firebase').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firebase/android')
```