Browse Source

update example to RN31

Daniel Zlotin 7 years ago
parent
commit
55696c5d1d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      example/package.json

+ 2
- 2
example/package.json View File

@@ -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
 }