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
 {
1
 {
2
-  "name": "example-redux",
2
+  "name": "exampleRedux",
3
   "version": "0.0.1",
3
   "version": "0.0.1",
4
   "private": true,
4
   "private": true,
5
   "scripts": {
5
   "scripts": {
9
     "_fix_npm2_step2": "cd node_modules; find . -name .babelrc | grep -v packager | xargs rm"
9
     "_fix_npm2_step2": "cd node_modules; find . -name .babelrc | grep -v packager | xargs rm"
10
   },
10
   },
11
   "dependencies": {
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
     "fbjs": "^0.6.1",
14
     "fbjs": "^0.6.1",
15
     "react-redux": "^4.0.6",
15
     "react-redux": "^4.0.6",
16
     "redux": "^3.0.5",
16
     "redux": "^3.0.5",
17
     "redux-thunk": "^1.0.3",
17
     "redux-thunk": "^1.0.3",
18
     "seamless-immutable": "^5.0.1",
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
   "author": "Tal Kol <talkol@gmail.com>",
18
   "author": "Tal Kol <talkol@gmail.com>",
19
   "license": "MIT",
19
   "license": "MIT",
20
   "peerDependencies": {
20
   "peerDependencies": {
21
-    "react-native": ">=0.26.0"
21
+    "react-native": ">=0.25.1"
22
   },
22
   },
23
   "dependencies": {
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
   "optionalDependencies": {
26
   "optionalDependencies": {
27
     "react-redux": "*"
27
     "react-redux": "*"