mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
feat(deps): Remove upper bound on React Native peerdep (#2054)
Fixes #1935
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
||||
"type": "Component"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-native": ">=0.60 <=0.64"
|
||||
"react-native": ">=0.60"
|
||||
},
|
||||
"dependencies": {
|
||||
"escape-string-regexp": "2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user