I am making a function for saving a photo by react-native-vision-camrea. For that, I am using RNFS from react-native-fs to access the android file pat ...
I am making a function for saving a photo by react-native-vision-camrea. For that, I am using RNFS from react-native-fs to access the android file pat ...
I've been trying to write a file in Android using RNFS (react-native-fs), but I keep getting the following error : This is my approach : I have ...
I'm trying to import TinyDB in an expo project but I need help with fs, because expo doen't allow fs as it is a third-party file system. I try using ...
Hello everyone Environment : Android 11 react-native 0.68.5 react-native-fs 2.20.0 Need: Save files persistent to the application (if I u ...
The Process Select a video from the gallery using react-native-image-crop-picker Compress the video using react-native-compressor Upload vid ...
In my ReactNative application I am using "react-native-vision-camera": "^2.13.5" for taking pictures. After the picture is taken and uploaded, I want ...
my url is => http://180.100.200.202/api/files/upload this is my code when I call the above code I get the following error: this is not my ur ...
I'm trying to Download txt file from a text but that function is not working fine. Txt Function It returns File saved successfully but I can't fin ...
Is it possible to save files with react-native inside Documents or Downloads? I am trying to save a pdf file with react-native-fs: but it is saved ...
I'm using react native fs to export and import data in json format from a sqllite db. I'm writing and reading file MonthsData.json into DownloadDirect ...
I am using react-native-fs to build a media player like app but I am unable to access directories outside my project folder, I have added these permis ...
I'd like to upload data chunk to server while recording a video(not after recording). I tried to go with react-native-camera or react-native-vision-ca ...
I am using the above code. In this i have problem that it downloads a file and save it as it. But i want to encode a file then save it in the intern ...
Hey i am using the above code but the problem is i want to give a download button so that users can download videos. This is working fine with the h ...
I'm trying to download multiple files using react-native-fs library and show the progress of the download to the user. For a single file download It c ...
I'm trying to get the download progress of a list of items in React Native. But in my current approach, the progress is not calculated correctly. I'm ...
I want to download a file in React Native and save it in a Directory selected by the User (e.g. Downloads). Right now I'm using https://www.npmjs.com ...
I have a qr-code in my react-native project from react-native-qrcode-svg like this: <QRCode value={singleTicketResponse.voucher} size={width * ...
I make ios, android apps with react-native. I'm looking for method that I can plant some file in project before I build the app, and access it after ...
I installed react-native-fs and I followed through the document. I did all the configuration but at the last, they mentioned I should make the changes ...