Skip to content

Releases: sourcetoad/react-native-fs2

v3.0.4

17 Apr 14:58
3707a8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

20 Feb 17:46
59935a7
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ian-wd made their first contribution in #14
  • @old made their first contribution in #21

Full Changelog: v3.0.2...v3.0.3

v3.0.2

05 Dec 20:26
v3.0.2
d1e56a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

05 Dec 16:57
v3.0.1
fc00b66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

05 Dec 14:00
v3.0.0
e08f1bf
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release
  • Removed Windows support.
  • Convert to TypeScript.
  • Migrated to Bob
  • Migrated iOS files into ios folder.
  • Migrated source files into src folder.
  • Migrated IntegrationTests into /example folder.
  • Removed the following functions:
    • pathForBundle
    • pathForGroup
    • readDirAssets
    • existsAssets
    • existsRes
    • readdir
    • setReadable
    • readFileAssets
    • readFileRes
    • copyFileAssets
    • copyFileRes
    • copyAssetsFileIOS
    • copyAssetsVideoIOS
    • uploadFiles
    • stopUpload
  • (Android) Revert Async nature of copy/move. Ported from itinance/react-native-fs/pull/1150
  • Clean up type handling of options/encoding. Ported from itinance/react-native-fs/pull/1011

Full Changelog: 2.16.1...v3.0.0