Skip to content

Commit

Permalink
fix: add react@17 as peer dependency (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
taschik committed Jul 6, 2021
1 parent 0439f71 commit 27bd586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"typescript": "^3.9.7"
},
"peerDependencies": {
"react": "^16.8.6",
"react": "^16.8.6 || ^17.0.0",
"react-native": ">=0.60.0"
}
}
}

0 comments on commit 27bd586

Please sign in to comment.