0.0.5
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
downloadProgressevent support duringdownloadFile(...) - 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()anddeleteImageFromLibrary()require media library permissions- iOS apps must provide the appropriate
Info.plistphoto library usage descriptions - Expo Go is not supported because this package includes custom native code
Install
npm install react-native-simple-fs