Skip to content

Commit

Permalink
Allow react-native newer than 0.69 as peer dependency
Browse files Browse the repository at this point in the history
Settings react-native 0.69 as minimum peer dependency and allow newer version like 0.73.0 to be accepted
  • Loading branch information
R3DST0RM authored Dec 11, 2023
1 parent 27d4f3f commit 1affb37
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 @@ -50,7 +50,7 @@
"peerDependencies": {
"@types/react": "^18.2.25",
"react": "^18.0",
"react-native": "^0.69.0",
"react-native": ">=0.69",
"redux": "^5.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 1affb37

Please sign in to comment.