react-native-fs

Native filesystem access for react-native

MIT License

Downloads
1.4M
Stars
4.9K
Committers
171

Bot releases are hidden (Show)

react-native-fs - Fixed an error in catch-handler of downloadFile() for iOS

Published by itinance over 6 years ago

react-native-fs - Small fixes for v2.9

Published by itinance over 6 years ago

react-native-fs - (iOS only) Resumable downloads and better background downloads handling

Published by itinance almost 7 years ago

Changes for v2.9

  • (iOS only) Resumable downloads and better background downloads handling #335 by ptelad
react-native-fs - Fixes for readDirAssets

Published by itinance almost 7 years ago

Fixes by josephroque https://github.com/itinance/react-native-fs/pull/379 "Make mtime optional on ReadDirItem, change utime to mtime on StatResult "

react-native-fs - error-handling Improvement for copyAssetsVideoIOS

Published by itinance almost 7 years ago

  • Added rejection and errors for copyAssetsVideoIOS (thx to sebmak)
react-native-fs - Fixes for RN0.49 and downloadFile

Published by itinance almost 7 years ago

react-native-fs - v2.8.0: new features and fixes

Published by itinance about 7 years ago

  • Fix for #346: compressed file assets are detected as directories thx to jacargentina
  • added support for Video-Assets on iOS (copyAssetsVideoIOS) and setReadable() on Android by itinance
  • Added react-native-windows support for UWP #337 thx to rozele
  • Expose the iOS discretionary flag on downloadFile #360 thx to jamesreggio
react-native-fs - CocoaPods-Update

Published by itinance about 7 years ago

react-native-fs - v2.5.0 : compatibility with RN >= 0.47.0

Published by itinance about 7 years ago

react-native-fs - Fix for Flow and additional Timeout parameters for downloadFile on Android

Published by itinance over 7 years ago

react-native-fs - Hotfix for v2.3

Published by itinance over 7 years ago

react-native-fs - Support assets-library and file-timestamps in readDir()

Published by itinance over 7 years ago

  • Access to iOS-based assets-library is now supported with copyAssetsFileIOS
  • readDir will return now creation- and modification-time of files as with stat() (thanks @Ignigena)
react-native-fs - Support for React Native 0.40.0

Published by benvium almost 8 years ago

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.

react-native-fs - Breaking changes in v2.x

Published by cjdell about 8 years ago

Breaking changes in v2.x

  • Removed attributes from writeFile and appendFile for iOS / Android consistency
  • downloadFile takes options object rather than parameters
  • stopDownload will cause the rejection of promise returned by downloadFile
  • uploadFiles promise result response property is now body
  • A boolean is no longer returned from any method except exists
  • downloadFile and uploadFiles return an object of the form { jobId: number, promise: Promise }
react-native-fs - Breaking changes in v2.x

Published by cjdell about 8 years ago

Breaking changes in v2.x

  • Removed attributes from writeFile and appendFile for iOS / Android consistency
  • downloadFile takes options object rather than parameters
  • stopDownload will cause the rejection of promise returned by downloadFile
  • uploadFile promise result response property is now body
  • A boolean is no longer returned from any method except exists
react-native-fs -

Published by johanneslumpe over 8 years ago

Hotfix release due to a typo.

react-native-fs -

Published by johanneslumpe over 8 years ago

react-native-fs - 1.4.0

Published by johanneslumpe over 8 years ago