|
@@ -14,6 +14,8 @@ App-wide support for 100% native navigation with an easy cross-platform interfac
|
14
|
14
|
|
15
|
15
|
## Installation - iOS
|
16
|
16
|
|
|
17
|
+ * Make sure you are using react-native version >= 0.19.0
|
|
18
|
+
|
17
|
19
|
* In your project folder run `npm install react-native-navigation --save`
|
18
|
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,8 +29,6 @@ App-wide support for 100% native navigation with an easy cross-platform interfac
|
27
|
29
|
|
28
|
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
|
32
|
## Installation - Android
|
33
|
33
|
|
34
|
34
|
Coming soon, not yet supported
|