浏览代码

Fix misleading upgrade instructions in changelog

Guy Carmeli 5 年前
父节点
当前提交
6ed678b986
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      CHANGELOG.md

+ 2
- 2
CHANGELOG.md 查看文件

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