瀏覽代碼

Resolve rnn from npm (#997)

* Temporarily disable shared element screens in example app

* Fix card positioning when transitioning

* resolve rnn dep from npm
Guy Carmeli 7 年之前
父節點
當前提交
f4265dd433
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json 查看文件

@@ -13,7 +13,7 @@
13 13
     "react-native": "0.41.2",
14 14
     "react": "15.4.2",
15 15
     "react-native-animatable": "^1.1.0",
16
-    "react-native-navigation": "file:../"
16
+    "react-native-navigation": "next"
17 17
   },
18 18
   "devDependencies": {
19 19
     "detox": "4.x.x",