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.
Hello, I have some issue using android.actionViewIntent I get a PDF with RNFetchBlob.config.fetch then, when I'm displaying the response inside a webview, it works fine, but it's very slow, so...
Hi I am using version 0.10.8. This is working as expected in android. I am able to download the files there. Where as for ios i am not able to...
I am trying to upload a image to an Amazon S3 Bucket. So I first use the react native fetch blob to read file from the react native camera cache...
Hi all, I have this problem on Android when trying to build release apk but working fine on debugging apk. package.json: "react-native": "^0.57.0", "react-native-fetch-blob": "^0.10.8" I m running **gradlew assemlerelease**...
Everytime I try to build for Android I get the following error: /Users/andrewtelkamp/Desktop/MyHCG-Connect/node_modules/rn-fetch-blob/android/src/main/java/com/RNFetchBlob/RNFetchBlobUtils.java: uses or overrides a deprecated API. Recompile with -Xlint:deprecation for details.
Hi i download images on android devices like that: ``` .config({ addAndroidDownloads : { path: `${dirs.PictureDir}/some_folder/image01.jpg`, useDownloadManager : true, notification : false, mime : 'image/jpeg', description : 'File downloaded by...
**Env:** xcode: 10 react-native: 0.57.2 react-native-fetch-blob: 0.10.7
Hi, Im trying to upload small videos to S3 (less than 3 seconds so far for testing). Im uploading to the AWS signed url, and am constantly getting random "connection...
Some minor changes are needed for gradle 3.0.1 compatibility: in android/build.gradle: - Remove the `buildToolsVersion`, gradle now specifies a default and the current value conflicts with that. - Declare dependencies...
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...