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

` const downloadImage = async () => { setLoading(true); console.log(startsurah.mp3); await RNFS.downloadFile({ discretionary: true, progress: (res: DownloadProgressCallbackResult) => { console.log("Response written ==="); let progressPercent = (res.bytesWritten / res.contentLength) * 1;...

# Feature Request Today, when following redirects on Android, the headers passed to `downloadFile()` method are not forwarded on the second request that follows the redirect. I understand that, by...

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. Related to: https://github.com/itinance/react-native-fs/issues/760 Here is the...

### Problem Running the command `npx react-native run-windows --debugger` fails to automatically link the `react-native-fs` module. Manually linking via `npx react-native link react-native-fs` only results in Android and IOS being...

I want to use the fixUmlautePaths branch in my project because I need to link it to react-native-windows which could not autolink. But how need I write my command with...

### Out of memory error when writing big files say 50Mb -100Mb on Android. ``` //const base64Data is read from "RNFS.readFile(item.uri, 'base64')" function... const isPlatformAndroid = (Platform.OS === 'android'); const...

Using utf8 with hermes was too slow, so I've moved encoding to native. I'll be testing this for the next two weeks and report issues here. The changes are quite...

React-native: 0.66.4 react-native-fs: ^2.18.0 Platform: iOS I've used react-native-document-picker in order to obtain a full path of a file that is picked and the path of that file is saved...

Created new implementation of RNFS for Windows using C++. Previous implementation is located in the windows_legacy folder. copyFolder implemented to account for slow file transfers.

it's not sending any request to my server and sometimes it throws a socket closed error, please check my current code that I have used. > Error: `Error: Socket closed...