Skip to content

Commit

Permalink
fix: allow wider version range for react-native-web peer dep (react-n…
Browse files Browse the repository at this point in the history
…ative-maps#3996)

Fixes react-native-maps#3992

Co-authored-by: Bart van Andel <[email protected]>
  • Loading branch information
bartvanandel and Bart van Andel authored Nov 11, 2021
1 parent a298e1b commit 58b6b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"peerDependencies": {
"react": ">= 16.0 || < 18.0",
"react-native": ">= 0.51",
"react-native-web": "^0.13"
"react-native-web": ">= 0.11"
},
"devDependencies": {
"@react-native-community/eslint-config": "3.0.1",
Expand Down

0 comments on commit 58b6b0b

Please sign in to comment.