Browse Source

update to RN0.37

Daniel Zlotin 8 years ago
parent
commit
01facc4865
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      package.json

+ 3
- 3
package.json View File

26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
27
   },
27
   },
28
   "peerDependencies": {
28
   "peerDependencies": {
29
-    "react-native": ">=0.36.1",
30
-    "react": ">=15.3.2"
29
+    "react-native": "*",
30
+    "react": "*"
31
   },
31
   },
32
   "dependencies": {
32
   "dependencies": {
33
     "lodash": "^4.16.0"
33
     "lodash": "^4.16.0"
36
     "react-redux": "*"
36
     "react-redux": "*"
37
   },
37
   },
38
   "devDependencies": {
38
   "devDependencies": {
39
-    "react-native": "0.36.1",
39
+    "react-native": "0.37.0",
40
     "react": "15.3.2",
40
     "react": "15.3.2",
41
     "app-root-path": "^1.0.0",
41
     "app-root-path": "^1.0.0",
42
     "babel-cli": "^6.8.0",
42
     "babel-cli": "^6.8.0",