Skip to content

Commit

Permalink
fix: peer dependency warning (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahce authored Jul 17, 2020
1 parent 6067b7d commit cd81b1b
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 @@ -72,6 +72,6 @@
},
"peerDependencies": {
"react": "^16.8.6",
"react-native": "^0.60.0"
"react-native": ">=0.60.0"
}
}

0 comments on commit cd81b1b

Please sign in to comment.