Browse Source

fix(package.json): Warning because peerDependencies >=0.57 <0.59 (#279) (#327)

Kou 5 years ago
parent
commit
46286b2723
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -22,7 +22,7 @@
22 22
   },
23 23
   "peerDependencies": {
24 24
     "react": "^16.0",
25
-    "react-native": "^0.57"
25
+    "react-native": ">=0.57 <0.59"
26 26
   },
27 27
   "dependencies": {
28 28
     "escape-string-regexp": "^1.0.5",