Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bviebahn committed Oct 4, 2021
1 parent a299f3a commit b0f3d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "*",
"react-native": "^0.63.2",
"react-native-svg": "^12.1.0"
"react": ">=16.8.0",
"react-native": ">=0.63.2",
"react-native-svg": ">=12.1.0"
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit b0f3d2f

Please sign in to comment.