react-native-fs icon indicating copy to clipboard operation
react-native-fs copied to clipboard

Native filesystem access for react-native

Results 229 react-native-fs issues
Sort by recently updated
recently updated
newest added

let str = await RNFS.read("......./data.bin", 200, 0, 'utf8'); but str is null; how to read data.bin file? let str = await RNFS.read("......./data.bin", 200, 0, 'ascii');

react-native: 0.58.5 react-native-fs: 2.13.3 test it on simulator IPad Air2 and device IPad My file path: `file:///var/mobile/Containers/Data/Application/14E28AC2-5E35-4749-B09F-75DBEB0499A4/Library/Caches/Camera/6C6B1C9F-FDAF-4BEB-BEB0-126633336671.jpg` I save the photo to my device's gallery by this: ``` import {...

The current state of the Java Uploader is to always use `connection.getInputStream()` for any response in the `RNFS.uploadFiles`. This behavior makes handling the different status code or any error message...

### #- > [`_****_`](url)

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Namespace not specified android.buildFeatures.buildConfig = true

Hi , thanks for the awesome library . I am using this library last 2 month ...its really awesome thanks for maintaining this . . . . I have an...

According to the documentation, unlink can remove directories. However, based on standard Linux behavior, unlink should only be used to remove files, not directories. When attempting to delete a directory,...