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.
This PR is addressed to #358 . It solves the exposed security exception on Android devices with API version >= 24. In older API's the code hasn't changed, still uses...
Hello im trying to build my android project and im getting this error when i build APK for android > Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files...
react-native: 0.49.3 react-native-fetch-blob: 0.10.8 os: android same with https://github.com/wkh237/react-native-fetch-blob/pull/557 logcat output: 10-24 00:09:02.942 6724 7168 I am_crash: java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.File java.io.File.getParentFile()' on a null object reference,...
I'm trying to download files without using the download manager on android. I want to make the files "private" to my app, i.e. I don't want the files to show...
Hi! Thanks for you module! While development I have one issue, when I try to download file using `addAndroidDownloads` ``` Error: Error: Download manager could not resolve downloaded file path....
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'm using react-native-imagepicker to pick an image file and upload it to cloudinary with react-native-fetch-blob. "react-native": "0.47.1" "react-native-fetch-blob": "^0.10.8" "react-native-image-picker": "^0.26.6" Here is my code: ` handleUploadImage() { this.avatarPickerOptions =...
I am having some issues translating ‘-F’ in curl to something in react-native-fetch-blob when doing an upload. The API does not call for additional headers as shown in the example...
I've tried uploading files (photo and video) that are in the new format that ios is using, but it gets bugged in fetch blob, has anyone else come across it?...
I get this warning: ``` Module RNFetchBlob requires main queue setup since it overrides `constantsToExport` but doesn't implement `requiresMainQueueSetup. In a future release React Native will default to initializing all...