Browse Source

Update README.md

Tal Kol 8 years ago
parent
commit
0dafba01ed
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

14
 
14
 
15
 ## Installation - iOS
15
 ## Installation - iOS
16
 
16
 
17
+ * Make sure you are using react-native version >= 0.19.0
18
+
17
  * In your project folder run `npm install react-native-navigation --save`
19
  * In your project folder run `npm install react-native-navigation --save`
18
 > 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.
20
 > 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.
19
  
21
  
27
 
29
 
28
  * In Xcode, under your project files, modify `AppDelegate.m` according to this [example](https://github.com/wix/react-native-navigation/blob/master/example/ios/example/AppDelegate.m)
30
  * In Xcode, under your project files, modify `AppDelegate.m` according to this [example](https://github.com/wix/react-native-navigation/blob/master/example/ios/example/AppDelegate.m)
29
  
31
  
30
- * Make sure you are using react-native version >= 0.19.0
31
- 
32
 ## Installation - Android
32
 ## Installation - Android
33
 
33
 
34
 Coming soon, not yet supported
34
 Coming soon, not yet supported