fix: peerDependency version (#296)

This commit is contained in:
Jesse Katsumata 2021-03-23 17:07:11 +09:00 committed by GitHub
parent 73f4cadbdf
commit 50e68a58b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
],
"license": "MIT",
"peerDependencies": {
"react": "^16.0",
"react-native": ">=0.57 <=0.63"
"react": "16 || 17",
"react-native": ">=0.60"
},
"devDependencies": {
"@babel/core": "^7.9.6",