Explorar el Código

Add missing peer dep on React and use * for versions

Janic Duplessis hace 4 años
padre
commit
9c8ec27ff6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      package.json

+ 2
- 1
package.json Ver fichero

@@ -39,7 +39,8 @@
39 39
     "view"
40 40
   ],
41 41
   "peerDependencies": {
42
-    "react-native": ">=0.59"
42
+    "react": "*",
43
+    "react-native": "*"
43 44
   },
44 45
   "dependencies": {},
45 46
   "devDependencies": {