Browse Source

Upgrade react-native version to v0.25.1

Guy Carmeli 8 years ago
parent
commit
8863dd0984
2 changed files with 6 additions and 6 deletions
  1. 4
    4
      example-redux/package.json
  2. 2
    2
      package.json

+ 4
- 4
example-redux/package.json View File

@@ -1,5 +1,5 @@
1 1
 {
2
-  "name": "example-redux",
2
+  "name": "exampleRedux",
3 3
   "version": "0.0.1",
4 4
   "private": true,
5 5
   "scripts": {
@@ -9,13 +9,13 @@
9 9
     "_fix_npm2_step2": "cd node_modules; find . -name .babelrc | grep -v packager | xargs rm"
10 10
   },
11 11
   "dependencies": {
12
-    "react-native": "^0.26.0",
13
-    "react": "^15.0.2",
12
+    "react-native": "^0.25.1",
13
+    "react": "0.14.5",
14 14
     "fbjs": "^0.6.1",
15 15
     "react-redux": "^4.0.6",
16 16
     "redux": "^3.0.5",
17 17
     "redux-thunk": "^1.0.3",
18 18
     "seamless-immutable": "^5.0.1",
19
-    "react-native-navigation": "github:wix/react-native-navigation#rn26"
19
+    "react-native-navigation": "github:wix/react-native-navigation#upgradeRN25"
20 20
   }
21 21
 }

+ 2
- 2
package.json View File

@@ -18,10 +18,10 @@
18 18
   "author": "Tal Kol <talkol@gmail.com>",
19 19
   "license": "MIT",
20 20
   "peerDependencies": {
21
-    "react-native": ">=0.26.0"
21
+    "react-native": ">=0.25.1"
22 22
   },
23 23
   "dependencies": {
24
-    "react-native-controllers": "github:wix/react-native-controllers#rn26"
24
+    "react-native-controllers": "github:wix/react-native-controllers#upgradeRN25"
25 25
   },
26 26
   "optionalDependencies": {
27 27
     "react-redux": "*"