소스 검색

Migrate example app to RN 0.43.3 (#1111)

Guy Carmeli 7 년 전
부모
커밋
54e914df20
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      example/package.json

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

@@ -10,8 +10,8 @@
10 10
     "e2e": "node ./scripts/e2e.ios.js"
11 11
   },
12 12
   "dependencies": {
13
-    "react-native": "0.41.2",
14
-    "react": "15.4.2",
13
+    "react": "16.0.0-alpha.6",
14
+    "react-native": "0.43.3",
15 15
     "react-native-animatable": "^1.1.0",
16 16
     "react-native-navigation": "latest"
17 17
   },