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

## Description In my application I am not able to run it with linked modules. ## Expected Behavior React native should link module. ## Observed Behavior I need to open...

do ` const spaceInfo = await getFSInfo(); ` Real device (iPad) gives me 43GB available - at the same time react-native-fs gives me 38GB available? Any system files is not...

my url is => `http://180.100.200.202/api/files/upload` this is my code ``` uploadFiles({ toUrl: "http://180.100.200.202/api/files/upload", files: files, method: "POST", headers: { Accept: "application/json" }, begin: () => { }, progress: ({ totalBytesSent,...

Hello ! I try to use react-native-fs to get files from my android gallery (in /storage/emulated/0/dcim/camera folder). I already set those android permissions : ```xml ``` and I try to...

hello, I have use react-native-fs to save document it is not working properly in iOS. I have used RNFS.copyAssetsFileIOS for store image to phone. But give me error "'Failed to...

I need to downloaded file download in downloads folder of my device. When I downloaded file then it keeps in another place

I'm only having an issue with iOS. I'm passing the following to the `stat` function: ``` file:///Users/me/Library/Developer/CoreSimulator/Devices/D985B302-5A79-467F-8B34-EABD4B203A69/data/Containers/Shared/AppGroup/9EDB46BD-9880-46C2-BF54-44247F2BD974/5D3C9ECA-3719-44D3-AD2A-0C7AA7E65E72.JPG ``` It returns with a `ctime` and `mtime` of the current time/date, not...

We are using "react-native": "0.68.1" and getting the below error. Running `react-native link react-native-fs` should not be needed if you are above RN >= 0.61, but if we unlink we...

I want to develop a photo album Application. One of the functions is to create photo albums. I want each photo album to have a folder to store photos

Added a section regarding the missing step of updating Info.plist