Explorar el Código

update package.json

Daniel Zlotin hace 8 años
padre
commit
1719658cd6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      package.json

+ 2
- 1
package.json Ver fichero

@@ -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",