Skip to content

Commit

Permalink
⬆️ increase peer dependencies to reflect incompatibility with RN v0.71.
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
troberts-28 committed Nov 18, 2024
1 parent 780b4fb commit 50b91dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"transformIgnorePatterns": []
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59.0"
"react": ">=18.2.0",
"react-native": ">=0.72.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down

0 comments on commit 50b91dc

Please sign in to comment.