Browse Source

update package.json

Daniel Zlotin 8 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
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
27
   },
27
   },
28
   "peerDependencies": {
28
   "peerDependencies": {
29
-    "react-native": "*"
29
+    "react-native": "*",
30
+    "react": "*"
30
   },
31
   },
31
   "dependencies": {
32
   "dependencies": {
32
     "react-native-controllers": "^2.0.0",
33
     "react-native-controllers": "^2.0.0",