|
@@ -18,8 +18,10 @@ Latest stable version is `1.1.x` and is published to npm under tag `latest`. It
|
18
|
18
|
|
19
|
19
|
React Native Navigation provides 100% native platform navigation on both iOS and Android for React Native apps. The JavaScript API is simple and cross-platform - just install it in your app and give your users the native feel they deserve. Using redux? No problem: React Native Navigation comes with optional redux support out of the box. Ready to get started? Check out the [docs](https://wix.github.io/react-native-navigation/).
|
20
|
20
|
|
|
21
|
+### Real world examples
|
|
22
|
+
|
|
23
|
+#### The Wix App
|
21
|
24
|
<img src="https://github.com/wix/react-native/blob/master/src/videos/demo.gif?raw=true" width="240">
|
22
|
|
-<img src="https://github.com/wix/mobile/blob/master/src/videos/final_element_Transition.mp4.gif?raw=true" width="240">
|
23
|
25
|
|
24
|
26
|
## Quick Links
|
25
|
27
|
* [Documentation](https://wix.github.io/react-native-navigation/#/)
|