Skip to content

Commit

Permalink
fix: adjust range on react-native peer dep to support 0.63 (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored Aug 10, 2020
1 parent 44e980b commit ec79a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"wcwidth": "^1.0.1"
},
"peerDependencies": {
"react-native": "^0.62.0-rc.0"
"react-native": ">=0.62.0-rc.0 <0.64.0"
},
"devDependencies": {
"@types/command-exists": "^1.2.0",
Expand Down

0 comments on commit ec79a76

Please sign in to comment.