Top "React-native-fs" questions

How to download a file with React Native?

I am building an app with React Native, for Android and iOS. I am trying to let the user download …

react-native react-native-fs
How to access files and folders using react-native-fs library

I am using react-native-fs for file system access. However am unable to access files in ios. Below is the code: …

react-native react-native-fs
Open a file (pdf, word, excel, png etc.) on device with its default application in react-native

I'm using react-native-fs to download a file(pdf, word, excel, png etc.) and I need to open it in other …

android ios react-native react-native-fetch-blob react-native-fs
How to save pdf to android file system and then view PDF - react-native

I am using the react-native-fs and I am trying to save a base64 of a pdf file to my android …

react-native base64 react-native-android react-native-fs
react-native-fs: How to read local images (Get base64 of local file)

I have local files in my app which I read like this: <Image source={require("../../img/pic1.jpg") /> …

react-native react-native-fs
How to avoid "Excessive number of pending callbacks: 501" error during images download in React Native?

I need to download a collection of images on button press. Currently, I'm doing it this way using react-native-fs: const …

reactjs react-native async-await react-redux react-native-fs
EISDIR: illegal operation on a directory, read in React Native file system

I'm trying simple code to copy a file to another external folder using this code: RNFS.copyFile(sourcePath, destinationPath) .then(…

android react-native react-native-android react-native-fs
react-native-pdf-view - How to populate pdfView with base64 or blob

I am using the react-native-pdf-view library and I am having trouble populating the PDFView with a pdf. How my project …

pdf react-native pdf-viewer react-native-android react-native-fs
RNFS.exists() always returns TRUE

I am using react-native-fs and for some reason whenever I use the exists() method it is always returning as TRUE. …

react-native react-native-fs