소스 검색

Update README.md (#1121)

bogobogo 7 년 전
부모
커밋
461666825c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README.md

+ 2
- 2
README.md 파일 보기

@@ -18,8 +18,8 @@ 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
-<img src="https://github.com/wix/react-native/blob/master/src/videos/demo.gif?raw=true" width="240">
22
-
21
+<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 23
 ----
24 24
 
25 25
 One of the major things missing from React Native core is fully featured native navigation. Navigation includes the entire skeleton of your app with critical components like nav bars, tab bars and side menu drawers.