소스 검색

update to RN0.37

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

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

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