Releases: itinance/react-native-fs
Releases · itinance/react-native-fs
v2.4.0: Several improvements
- Made new thread for other native processes [ANDROID] (ad36b07) thx to https://github.com/codesinghanoop
- Upgrade gradle build tools to 25 (239bccb) thx to https://github.com/markusguenther
- Fixed Podfile Path-Error (9fd51e7) thx to https://github.com/colorfulberry
- Add read-method with length and position params (a39c22b) thx to https://github.com/simitii
Fix for Flow and additional Timeout parameters for downloadFile on Android
Hotfix for v2.3
v2.3.2 Fixes 'mtime' for Android, #287
Support assets-library and file-timestamps in readDir()
- Access to iOS-based
assets-library
is now supported withcopyAssetsFileIOS
- readDir will return now creation- and modification-time of files as with stat() (thanks @Ignigena)
Support for React Native 0.40.0
This release adds React Native 0.40.0, which made a breaking change to iOS header import paths.
As a result this version of the library is now compatible with 0.40.0 and up.
Breaking changes in v2.x
Breaking changes in v2.x
- Removed attributes from
writeFile
andappendFile
for iOS / Android consistency downloadFile
takesoptions
object rather than parametersstopDownload
will cause the rejection of promise returned bydownloadFile
uploadFiles
promise resultresponse
property is nowbody
- A boolean is no longer returned from any method except
exists
downloadFile
anduploadFiles
return an object of the form{ jobId: number, promise: Promise }
Breaking changes in v2.x
Breaking changes in v2.x
- Removed attributes from
writeFile
andappendFile
for iOS / Android consistency downloadFile
takesoptions
object rather than parametersstopDownload
will cause the rejection of promise returned bydownloadFile
uploadFile
promise resultresponse
property is nowbody
- A boolean is no longer returned from any method except
exists
1.5.1
Hotfix release due to a typo.
1.5.0
Bumped version to `1.5.0`
1.4.0
Merge pull request #78 from liuchungui/patch-1 Update README.md