|
@@ -23,12 +23,8 @@ For example, this package replaces the native [NavigatorIOS](https://facebook.gi
|
23
|
23
|
|
24
|
24
|
> ### Important
|
25
|
25
|
> We are currently working hard on redesigning and refactoring this project with high quality and robustness in mind. As a result, issues and pull requests will take more time to process.
|
26
|
|
-
|
27
|
|
-> To avoid any confusion and breaking existing projects, all continuous development is published under the npm tag `next`, with version `2.0.0-experimental.x`. Once stable, we will publish it as `2.0.0`. **This version supports react-native `0.40.0 and above`**.
|
28
|
|
-
|
29
|
|
-> The last stable version is `1.30.x` with npm tag `latest`. **This version supports react-native `0.25.1`**. It's installation instructions are [here](https://github.com/wix/react-native-navigation/blob/v1.x.x/README.md#installation---ios).
|
30
|
|
-
|
31
|
|
->If you don't want your code to break on a daily basis and don't need the new features ASAP please use the `latest` version or just specify a specific version number.
|
|
26
|
+To avoid any confusion and breaking existing projects, all continuous development is published under the npm tag `next`, with version `2.0.0-experimental.x`. **This version supports react-native `0.40.0 and above`**. Once stable, we will publish it as `2.0.0`.
|
|
27
|
+If you don't want your code to break on a daily basis and don't need the new features ASAP please use the `latest` version or just specify a specific version number.
|
32
|
28
|
|
33
|
29
|
## Documentation
|
34
|
30
|
|