浏览代码

update example to RN31

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

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

@@ -6,8 +6,8 @@
6 6
     "start": "node node_modules/react-native/local-cli/cli.js start"
7 7
   },
8 8
   "dependencies": {
9
-    "react-native": "0.25.1",
10
-    "react": "0.14.5",
9
+    "react-native": "0.31.0",
10
+    "react": "15.2.1",
11 11
     "react-native-navigation": "file:../"
12 12
   }
13 13
 }