Sfoglia il codice sorgente

update package.json

Daniel Zlotin 8 anni fa
parent
commit
1719658cd6
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      package.json

+ 2
- 1
package.json Vedi File

@@ -26,7 +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": "*"
29
+    "react-native": "*",
30
+    "react": "*"
30 31
   },
31 32
   "dependencies": {
32 33
     "react-native-controllers": "^2.0.0",