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

Starting May 1, Apple will require iOS submissions to the App Store to have privacy manifests describing the use of required reason APIs: https://developer.apple.com/news/?id=3d8a9yyh. I used [a script](https://github.com/Wooder/ios_17_required_reason_api_scanner) to find...

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. There are two fixes: 1. The...

Hi, I'm trying to write large lists into storage, upload them to a server, and parse them later in python. These lists will be thousands or even millions of elements...

I am getting the following crash on iOS 14.5.1 ``` Exception '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[4]' was thrown while invoking readDir on target RNFSManager with...

I'm trying to read a chunk of size 50 MB from a ~130 MB file, I'm using [RNFS.read](https://github.com/itinance/react-native-fs?tab=readme-ov-file#readfilepath-string-length--0-position--0-encodingoroptions-any-promisestring), according to docs this reads a specific length starting from an offset,...

Add support for [React Native visionOS](https://github.com/callstack/react-native-visionos), the new out-of-tree platform. This only adds a new platform to the podspec, so the module can be installed in visionOS. No changes to...

the mp4 is 698K but download it,is very slow,very very slow. Do you have this question?

more info needed
feedback-wanted

The hash sha1 checksum for large files (1GB ish) on iOS, actual device, always gives back the same (wrong) value, regardless the size of the file. Smaller files (around 500MB)...

As I am using RNFS.ExternalStorageDirectoryPath, I am not getting the details of external Storage/SD Card/Pendrive... I am getting some other details like Android, DCIM, Ringtones, Podcast and other as well...