Daniel Zlotin пре 8 година
родитељ
комит
1719658cd6
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      package.json

+ 2
- 1
package.json Прегледај датотеку

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