Daniel Zlotin 8 년 전
부모
커밋
7ce645fe36
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      example/package.json

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

@@ -8,8 +8,8 @@
8 8
     "android": "cd android && ./gradlew installDebug"
9 9
   },
10 10
   "dependencies": {
11
-    "react-native": "0.31.0",
12
-    "react": "15.2.1",
11
+    "react-native": "0.36.1",
12
+    "react": "15.3.2",
13 13
     "react-native-navigation": "file:../"
14 14
   }
15 15
 }