fix: peer dependency warning (#653)

This commit is contained in:
Alejandro 2020-07-16 22:08:12 -04:00 committed by GitHub
parent 6067b7dd3c
commit cd81b1b66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@
},
"peerDependencies": {
"react": "^16.8.6",
"react-native": "^0.60.0"
"react-native": ">=0.60.0"
}
}