mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-02-06 06:43:25 +00:00
fix: peerDependency version (#296)
This commit is contained in:
parent
73f4cadbdf
commit
50e68a58b4
@ -38,8 +38,8 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^16.0",
|
||||
"react-native": ">=0.57 <=0.63"
|
||||
"react": "16 || 17",
|
||||
"react-native": ">=0.60"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user