Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Fix react native peer dependencies (#700)
Browse files Browse the repository at this point in the history
* Fix react native peer dependencies

* Update package.json

Co-authored-by: Janic Duplessis <janicduplessis@gmail.com>
  • Loading branch information
luancurti and janicduplessis committed May 18, 2020
1 parent 09ab122 commit 17af77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
],
"dependencies": {},
"peerDependencies": {
"react-native": ">=0.60.0"
"react-native": ">=0.59.0"
},
"devDependencies": {
"@react-native-community/bob": "^0.14.2",
Expand Down

0 comments on commit 17af77b

Please sign in to comment.