mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-02-28 23:10:29 +00:00
Version 2.5.0 - compat with RN 0.47.0
This commit is contained in:
parent
2cdfe08048
commit
bf2b9dd3a1
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-fs",
|
"name": "react-native-fs",
|
||||||
"version": "2.4.0",
|
"version": "2.5.0",
|
||||||
"description": "Native filesystem access for react-native",
|
"description": "Native filesystem access for react-native",
|
||||||
"main": "FS.common.js",
|
"main": "FS.common.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -34,6 +34,6 @@
|
|||||||
"react-native": "^0.40.0"
|
"react-native": "^0.40.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react-native": "<0.47.0"
|
"react-native": ">=0.40.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user