chore: increase the max RN version to 62 (#133)

fixes #127
This commit is contained in:
Bartol Karuza 2020-01-20 17:39:44 +08:00 committed by GitHub
parent cc28db489b
commit 900c53a3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
"license": "MIT",
"peerDependencies": {
"react": "^16.0",
"react-native": ">=0.57 <=0.59"
"react-native": ">=0.57 <=0.62"
},
"devDependencies": {
"@babel/core": "^7.4.3",