Explorar el Código

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

Kou hace 5 años
padre
commit
46286b2723
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      package.json

+ 1
- 1
package.json Ver fichero

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