Ver código fonte

Update README.md

Mention that the GIF demo is the real Wix app and remove the old example demo until we have an updated version.
Nick Rameau 7 anos atrás
pai
commit
8649f21328
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      README.md

+ 3
- 1
README.md Ver arquivo

@@ -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">&nbsp;&nbsp;&nbsp;&nbsp;
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/#/)