Pārlūkot izejas kodu

update example to RN31

Daniel Zlotin 7 gadus atpakaļ
vecāks
revīzija
55696c5d1d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      example/package.json

+ 2
- 2
example/package.json Parādīt failu

6
     "start": "node node_modules/react-native/local-cli/cli.js start"
6
     "start": "node node_modules/react-native/local-cli/cli.js start"
7
   },
7
   },
8
   "dependencies": {
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
     "react-native-navigation": "file:../"
11
     "react-native-navigation": "file:../"
12
   }
12
   }
13
 }
13
 }