Skip to content

0.0.5

Choose a tag to compare

@tankhang1 tankhang1 released this 13 Apr 02:04
· 5 commits to main since this release

react-native-simple-fs v0.0.5

react-native-simple-fs v0.0.5 adds media library support and download progress events, plus a refreshed example app and documentation.

What's new

  • Added media library support for iOS and Android
  • Added saveImageToLibrary() to save a local image into Photos or Gallery
  • Added getImages() to load recent images from the system media library
  • Added deleteImageFromLibrary() to remove an image from the system media library
  • Added downloadProgress event support during downloadFile(...)
  • Improved the example app with updated demos for downloads and media workflows
  • Expanded the README with clearer setup, permissions, and usage examples

Highlights

  • File operations for app-local storage
  • Export flow for Android Downloads and iOS Files picker
  • Download progress tracking for remote file downloads
  • Photo library save, list, and delete support
  • Continued support for Expo Modules-based React Native apps on iOS and Android

Notes

  • getImages() and deleteImageFromLibrary() require media library permissions
  • iOS apps must provide the appropriate Info.plist photo library usage descriptions
  • Expo Go is not supported because this package includes custom native code

Install

npm install react-native-simple-fs