소스 검색

Use latest react-native-navigation

Yarn apparently still has issues with relative paths.
Guy Carmeli 7 년 전
부모
커밋
f77a8b7098
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json 파일 보기

@@ -14,7 +14,7 @@
14 14
     "react": "16.0.0-alpha.12",
15 15
     "react-native": "0.45.1",
16 16
     "react-native-animatable": "^1.1.0",
17
-    "react-native-navigation": "../"
17
+    "react-native-navigation": "latest"
18 18
   },
19 19
   "devDependencies": {
20 20
     "detox": "^5.0.0",