Browse Source

Fix misleading upgrade instructions in changelog

Guy Carmeli 4 years ago
parent
commit
6ed678b986
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      CHANGELOG.md

+ 2
- 2
CHANGELOG.md View File

113
 ```
113
 ```
114
 #### Update `settings.gradle`
114
 #### Update `settings.gradle`
115
 ```diff
115
 ```diff
116
++apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle")
117
++applyNativeModulesSettingsGradle(settings)
116
 include ':app'
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
 ### Remove RNN pod from podspec
121
 ### Remove RNN pod from podspec