Browse Source

Update README.md

Artal Druk 8 years ago
parent
commit
f54b09bd09
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

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: