ソースを参照

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.