mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 12:06:47 +08:00
Add missing settings.gradle setup docs
This commit is contained in:
@@ -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')
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user