Przeglądaj źródła

update to RN0.37

Daniel Zlotin 8 lat temu
rodzic
commit
01facc4865
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      package.json

+ 3
- 3
package.json Wyświetl plik

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