瀏覽代碼

Update README.md

Artal Druk 9 年之前
父節點
當前提交
f54b09bd09
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      README.md

+ 3
- 1
README.md 查看文件

28
 
28
 
29
 ## Installation - iOS
29
 ## Installation - iOS
30
 
30
 
31
- * Make sure you are using react-native version >= 0.25.1
31
+ * Make sure you are using react-native version 0.25.1
32
 
32
 
33
  * In your project folder run `npm install react-native-navigation --save`
33
  * In your project folder run `npm install react-native-navigation --save`
34
 > Note: We recommend using npm ver 3+. If you insist on using npm ver 2 please notice that the location for react-native-controllers in node_modules will be under the react-native-navigation folder and you'll need to change the paths in Xcode below accordingly.
34
 > Note: We recommend using npm ver 3+. If you insist on using npm ver 2 please notice that the location for react-native-controllers in node_modules will be under the react-native-navigation folder and you'll need to change the paths in Xcode below accordingly.
45
 
45
 
46
 ## Installation - Android
46
 ## Installation - Android
47
 
47
 
48
+* Make sure you are using react-native version 0.25.1
49
+
48
  >Note: Android adaptation is still under active development therfore the API might break from time to time. 
50
  >Note: Android adaptation is still under active development therfore the API might break from time to time. 
49
  
51
  
50
 1.  Add the following to your `settings.gradle` file located in the `android` folder:
52
 1.  Add the following to your `settings.gradle` file located in the `android` folder: