React Native Fs Versions Save

Native filesystem access for react-native

v2.3.3

7 years ago

v2.3.2

7 years ago

v2.3.1

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)

v2.1.0.rc.1

7 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.

v2.0.1-rc.2

7 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 }

v2.0.1-rc.1

7 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

1.5.1

7 years ago

Hotfix release due to a typo.

1.5.0

7 years ago

1.4.0

8 years ago