瀏覽代碼

Fix misleading upgrade instructions in changelog

Guy Carmeli 4 年之前
父節點
當前提交
6ed678b986
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      CHANGELOG.md

+ 2
- 2
CHANGELOG.md 查看文件

@@ -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