fix: add react@17 as peer dependency (#790)

This commit is contained in:
Daniel Taschik 2021-07-06 23:40:26 +02:00 committed by GitHub
parent 0439f7190f
commit 27bd58630c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}
}