Skip to content

Commit bf2b9dd

Browse files
committed
Version 2.5.0 - compat with RN 0.47.0
1 parent 2cdfe08 commit bf2b9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"scripts": {
@@ -34,6 +34,6 @@
3434
"react-native": "^0.40.0"
3535
},
3636
"peerDependencies": {
37-
"react-native": "<0.47.0"
37+
"react-native": ">=0.40.0"
3838
}
3939
}

0 commit comments

Comments
 (0)