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

getting this error Execution failed for task ':react-native-fs:javaPreCompileDebug'. Could not resolve all files for configuration ':react-native-fs:debugCompileClasspath'. any solutions ?

Hi there Using a standard implementation to download files and save them locally on the device. When they are downloaded, I am not able to locate them on the device...

We have ```readFileAssets```, but no ```writeFileAssets``` how can I write files to android assets folder or how the relative path between assets folder and DocumentDirectory? Below is the problem I...

"react": "16.9.0", "react-native": "0.61.5", "react-native-fs": "2.16.4", below code work properly in ios but not working on android it getting error casting error ``` var data = new Object(); data['intUserId'] =...

I'm using react-native-fs 2.18.0 react-native 0.66.3 I'm trying to upload a simple text file using API from my DocumentdirectoryPath, whole process is completed and even I get the status code...

How can I tell if file is completely finished downloading and ready to be viewed? I am downloading images from server and placing them in the DocumentDirectoryPath, however, even after...

I have noticed that on IOS 12 if a download started by a call to RNFS.downloadFile is cancelled by calling the RNFS.stopDownload, then the promise returned by RNFS.downloadFile is never...

Hi there, This lib seems to be marooned, there are no changes since 9 month and a lot of opened issues. Do you know any alternative or fork ?

Reference to https://github.com/itinance/react-native-fs/issues/462 I followed the above issue solution, still got the same error: the code: ` const granted = await PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.READ_EXTERNAL_STORAGE, ); if (granted === PermissionsAndroid.RESULTS.GRANTED) { console.log('onPressDownloads...

I am making a music player using React Native. Can someone please show me some direction on how i can load songs/audio files stored locally on clients device in JSON...

question