Skip to content

Commit

Permalink
Issue #77: fix for could not resolve dependency peer react@"^16.8.1" …
Browse files Browse the repository at this point in the history
…with React Native 0.7x (#78)
  • Loading branch information
fcaldarelli authored Jan 18, 2023
1 parent b53339a commit f80f92f
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 @@ -37,7 +37,7 @@
"license": "MIT",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react": ">=16.0.0",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
Expand Down

0 comments on commit f80f92f

Please sign in to comment.