react-native-fetch-blob
react-native-fetch-blob copied to clipboard
A project committed to making file access and data transfer easier, efficient for React Native developers.
Thank you for making a pull request ! Just a gentle reminder :) 1. If the PR is offering a feature please make the request to our "Feature Branch" 0.11.0...
I am trying to get the base64 code for an image in the camera roll. The path for the image is something like ``` content://com.app.provider/app_images/Android/data/com.app/files/Pictures/image-a00a13f4-a24f-40ce-bb16-e56979b75692.jpg ``` And I am trying...
My React Native version is 0.41.2, and the react-native-fetch-blob version is 0.10.8. I set the config ```js RNFetchBlob.config({ trusty : true }) ``` according to the doc, but when I...
Getting the following error Write error: ssl=0xc32e7440: I/O error during system call, Broken pipe
I'm getting the following error `Write error: ssl=0xc32e7440: I/O error during system call, Broken pipe` when trying to do a fetch post, I'm uploading a large video file 1.2 gb...
Hi, can you help me about this error. "react": "16.0.0", "react-native": "0.50.4", 
My environment ``` react-native: 0.51.0 react-native-fetch-blob: 0.10.8 react-native-fs: 2.8.3 ``` I was trying to download a file using below snippet in iOS iPad ``` RNFetchBlob.config({ path: `${fs.dirs.DocumentDir}/file-name.pdf` }) .fetch('GET', downloadUrl,...
I have a react native app that uses Firebase/firestore. For uploading images, I am using "react-native-fetch-blob (^0.10.8)" to create a Blob. I am trying to fetch doc from firestore, but...
The repo is not maintained there, some of the fixes on this repo here are not even there. Issues are left open, not even tagged, no reply, no intention to...
is this possible to skip some bytes of file in Multipart form-data? for example: I want to upload 1Gb file to server. The server receives 700Mb of file and store...
I get this error when try to download file with rnfetchblob Any idea how to deal with ?