react-native-file-access
react-native-file-access copied to clipboard
Filesystem access for React Native
react-native: 0.66.1 react-native-file-access: 2.4.4 Platform: Android 11 **Bug** I can't seem to delete files from scoped storage on an external SD card. I'm trying to delete a file in scoped...
react-native: "^0.69.3", react-native-file-access: "^2.4.4", Platform: Android **Bug** ```sh > Task :react-native-file-access:compileDebugKotlin FAILED error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error:...
**Feature** Support for the new react native architecture **Motivation** A lot of libraries use this library internally (e.g. react-native-image-cache). Making sure this library supports new architecture can be helpful for...
Hello, While it works in iOS, the `cpExternal` does not work in iOS. Note that I have both `UIFileSharingEnabled` and `LSSupportsOpeningDocumentsInPlace` enabled. Testing in emulator. Shouldn't the destination ('downloads') be...
[Q] Fetch
Thanks for the library. I just found it today. I have few questions. - Does fetch support background downloads? - Is it possible to add pause/resume? - Any possibility to...
See discussion in #16.
react-native: 0.73.1 react-native-file-access: 3.0.4 Platform: IOS (untested on Android) **Bug** File.ls(that_directory) should be giving back an empty array, but it's giving me an error: _(Note: this is running in the...
**Feature** basically for now the function `FilesSystem.fetch` only allow download file in foreground execution. I want it support background execution or even the app is suspended. **Motivation** the URLSession has...
**Feature** I am creating an `XLSX` file and I would like to save it in the file system. But right now the only way is to convert it to string,...