浏览代码

update to RN0.37

Daniel Zlotin 8 年前
父节点
当前提交
8034a603dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json 查看文件

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