Skip to content

Commit

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

Co-authored-by: Bart van Andel <bart.van.andel@dytter.com>
  • Loading branch information
2 people authored and christopherdro committed Nov 11, 2021
1 parent 907be32 commit e372b91
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": "0.0.5",
Expand Down

0 comments on commit e372b91

Please sign in to comment.