react-native-fs
react-native-fs copied to clipboard
Native filesystem access for react-native
On Android, when `binaryStreamOnly` is set to `true`, progress updates record an inaccurate number for `totalBytesSent`. Specifically, according to progress updates, `totalBytesSent` is equal `totalBytesExpectedToSend` long before the files are...
**Issue :** freeSpace from getFSInfo() does not match actual free space on device **Device Info** OS : iOS Device : Any ios device @genki @Empact @javache @cpunion @af @
There is not documentation or Auto linking for react-native 0.69 + windows
This branch is working for me with the latest version of the Windows 10 SDK.
I have image file (obtained by using device camera) with following uri content://media/external/images/media/331 using `RNFS.exists.then` returns `false` while file is exists. how to fix this?
**Premise**: I am downloading a 250+MB file from my server and then writing it using react-native-fs.writeFile API but..... **Problem**: At the time when I run the API to write the...
Hello, I'm using [react-native-document-picker](https://github.com/rnmods/react-native-document-picker) in order to pick an audio file. After this i'm using `RNFS.readFile(nft.teaser.url, 'base64')` to obtain a base64 that should be upload in a blob. The problem...
Similar issue: [#811](https://github.com/itinance/react-native-fs/issues/811) The similar issue above was for the `downloadFile`, `begin` and `progress` callbacks. Our issue is similar however is involving the `uploadFile` event. In our app when uploading...
I want to write the log into text file and save to device memory, since when the app will be crashed than i can tell the client to email the...