Skip to content

Commit

Permalink
fix: Fix pinned React version
Browse files Browse the repository at this point in the history
Closes #135
  • Loading branch information
mrousavy authored Apr 11, 2022
1 parent 60a291d commit 2ab1353
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 @@ -53,7 +53,7 @@
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
Expand Down

0 comments on commit 2ab1353

Please sign in to comment.