mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
fix(dependencies): Simplify react-native version management
Let's just do the same as "react-navigation": https://github.com/react-navigation/react-navigation/blob/main/packages/native/package.json#L56-L59
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@
|
||||
"type": "Component"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-native": ">=0.65.1"
|
||||
"react": "*",
|
||||
"react-native": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"escape-string-regexp": "2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user