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.
Is there a way to use this as a wrapper for s3? I'm trying to get binary data and upload it to my bucket: ```js const s3 = new AWS.S3();...
* please provide the version of installed library and RN project. 0.10.2 I have set `fileCache : true,` in `RNFetchBlob.config`. But if I try to fetch when I have no...
See issue" https://github.com/wkh237/react-native-fetch-blob/issues/705 Fix iOS Yellow box warning "requires main queue setup" since it overrides constantsToExport but doesn't implement requiresMainQueueSetup Add: ```` + (BOOL)requiresMainQueueSetup { return NO; } ```` Thank...
"Manifest merger failed with multiple errors" The error I see is - Attribute application@label value=(label) from AndroidManifest.xml is also present at [App:react-native-fetch-blob:unspecified] AndroidManifest.xml:11:18-50 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to element at...
Hi ! Thank you for reporting an issue, but we would like to remind you, we have a trouble shooting page in our wiki. You may want to take a...
First of all, thanks for this amazing library. I've used it before in other projects and works like a charm but I'm starting a freshly ejected react-native app and I'm...
Hi everyone, I just wanna ask if this plugin runs on Expo (https://expo.io/)? Thanks!
Would it be possible to add this awesome package to the React Native project Expo? Unfortunately it's incompatible with packages that require `react-native link`.
React native fetch returns 302 found on iOS and but works on Android. Any clue please
```** BUILD FAILED ** The following build commands failed: CompileC /Users/firat/[AppName]/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/react-native-fetch-blob.build/Objects-normal/x86_64/RNFetchBlob.o /Users/firat/[AppName]/node_modules/react-native-fetch-blob/ios/RNFetchBlob/RNFetchBlob.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) ``` Build target is 8.0