Browse Source

update package.json

Daniel Zlotin 7 years ago
parent
commit
1719658cd6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      package.json

+ 2
- 1
package.json View 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",