Add missing settings.gradle setup docs
This commit is contained in:
parent
921921fda3
commit
92799bc0a9
|
@ -53,3 +53,9 @@ Add to `AndroidManifest.xml` file
|
||||||
+ </intent-filter>
|
+ </intent-filter>
|
||||||
+ </service>
|
+ </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')
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue