Browse Source

Change back peer dependency react-native-webview to ">= 5.4.0"

iou90 4 years ago
parent
commit
9e98426ab9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

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