|
@@ -113,9 +113,9 @@ Add these lines to the bottom of your `app/build.gradle` file.
|
113
|
113
|
```
|
114
|
114
|
#### Update `settings.gradle`
|
115
|
115
|
```diff
|
|
116
|
++apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle")
|
|
117
|
++applyNativeModulesSettingsGradle(settings)
|
116
|
118
|
include ':app'
|
117
|
|
-+include ':react-native-navigation'
|
118
|
|
-+project(':react-native-navigation').projectDir = new File(rootProject.projectDir, '../../lib/android/app/')
|
119
|
119
|
```
|
120
|
120
|
|
121
|
121
|
### Remove RNN pod from podspec
|