fix(deps): Bump React Native version range to accept 0.64 (#1967 by @dulmandakh)

This commit is contained in:
Dulmandakh 2021-05-08 08:07:23 +08:00 committed by GitHub
parent 8022f9b129
commit 863a0e2408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
"type": "Component" "type": "Component"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.60 <0.64" "react-native": ">=0.60 <=0.64"
}, },
"dependencies": { "dependencies": {
"escape-string-regexp": "2.0.0", "escape-string-regexp": "2.0.0",