소스 검색

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",