Browse Source

modified react-native-webview peering version

iou90kant 5 years ago
parent
commit
2d3f581995
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

31
   "peerDependencies": {
31
   "peerDependencies": {
32
     "react": "*",
32
     "react": "*",
33
     "react-native": ">= 0.59.0",
33
     "react-native": ">= 0.59.0",
34
-    "react-native-webview": "^5.4.0"
34
+    "react-native-webview": ">= 5.4.0"
35
   },
35
   },
36
   "dependencies": {
36
   "dependencies": {
37
     "prop-types": "^15.7.2"
37
     "prop-types": "^15.7.2"