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
1 changed files with 1 additions and 1 deletions

View File

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