- Fix peering for greater than RN74
- #70 - Support for update media file.
- #68 - Media file support.
- Automatic updates via Dependabot
- #52 - Support RN74
- Automatic updates via Dependabot
- #51 - Add Privacy Manifest support.
- Properly tag v3.1.2 (re-tag as 3.1.3)
- #45 - Fix ArrayBuffer return on Android.
- #42 - Switch to NPM from Yarn
- #41 - Update example app to RN 0.73.x
- #35 - Update example app to RN 0.72.x
- Automatic updates via Dependabot
- Properly tag v3.0.4 (re-tag as 3.0.5)
- Add automatic updates via Dependabot for GitHub Actions
- #26 - Fix corrupt images if OS buffer is non-empty after flush.
- #22 - Fix double encoding on
readFile
- Add documentation and examples
- Upgrade
json5
andhttp-cache-semantics
for vulnerabilities.
- #8 - Allow jest testing to work with native enums.
- Further purge of Upload functionality from iOS side.
- Inline type for downloadFile return
- Rename internals to
RNFS2
to prevent collisions with older package. - Enforce peering to RN69+
- Drop Node 16 from CI.
- 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
Changes prior to v3.0.0 can be found in original fork