react-native-fs
react-native-fs copied to clipboard
Native filesystem access for react-native
I'm writing a 5mo json in a file with utf8 encoding. 1. it's very slow on IOS it take +-50ms with android it take +-6000ms with ios iphone 5 reading...
`react-native link` doesn't exist anymore. Without it it doesn't seem to work on windows-desktop. 
This fixes an issue with progress update events not matching the jobId. And a regression that occurred when the binaryonlystream option was added on Android. The request length was changed...
I'm run the app in Android 11 and I can't able to access the Pendrive connected with OTG, is there any why to access the files and folders from Pendrive...
I am trying to convert pdf file to Base64 but it is showing me [Error: ENOENT: : open failed: ENOENT (No such file or directory), open 'undefined']. I have attached...
Hi. I am bundling a sqlite3 file with my react-native app. For iOS, I can access easily by adding the file in XCode, and then access it with RNFS.MainBundlePath (I...
According to TS types and code, this method return `void` and not `Promise`
I tried to run `npm install` on my project and came across this error: > npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm...
I want 30 files to be downloaded simultaneously. What should I do
Hello, I am using _react-native-fs_ to read images that I retrieve with the ImagePicker of React Native. I want to convert these images into Uint8Array (or Uint8ClampedArray even better), and...