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

I am using the `RNFS.writeFile(path, myObject, 'utf8');` method to write on a file specified by `path`. It works perfectly on iOS, but on Android Simulator it behaves strangely. When I...

Hello I have been using: "react-native": "0.65.1" "react-native-fs": "^2.18.0" I can RNFS.mkdir to "storage/emulated/0/Download/myApp", but I can not .mkdir "storage/emulated/0/myApp" [Error: Directory could not be created] I have both write...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

This crash is occurring when calling the getFSInfo function. Notes: - Most common on Motorola devices - Potentially due to pulling the SD card or something like that Error log:...

I'm using RNFS for downloading file inside an app. Sometimes I can use the app during a download but sometimes not. I've tested with a small file (~10Mo) and the...

IOS back screen freeze (stuck) not UI render and not useEffect in API call. ![IOS](https://user-images.githubusercontent.com/30178834/182607200-e102f74e-f169-471d-9615-c1143551510b.png)

Hi, I get the above error right after the application successfully compiles. The full error message is: `Native module Vibration tried to override com.facebook.react.modules.vibration.VibrationModule. Check the getPackages() method in MainApplication.java,...

Google App Store send me a message as below. What should we do about it? We've detected that your app contains the requestLegacyExternalStorage flag in the manifest file of 1...