This commit is contained in:
Hagen Hübel 2017-12-10 14:55:58 +01:00
parent 84ca38c816
commit 3c37655c88
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Native filesystem access for react-native
## Changes for v2.9
- (iOS only) Resumable downloads and better background downloads handling [#335](https://github.com/itinance/react-native-fs/pull/335) by [ptelad](https://github.com/ptelad)
- (ANdroid only) getAllExternalFilesDirs() added by [ngrj](https://github.com/ngrj)
- Content URI support [#395](https://github.com/itinance/react-native-fs/pull/395) by [krzysztof-miemiec](https://github.com/krzysztof-miemiec)
## Changes for v2.8
- Fix for [#346](https://github.com/itinance/react-native-fs/pull/347): compressed file assets are detected as directories thx to [jacargentina](https://github.com/jacargentina)

View File

@ -1,6 +1,6 @@
{
"name": "react-native-fs",
"version": "2.9.0",
"version": "2.9.1",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"scripts": {