react-native-fetch-blob icon indicating copy to clipboard operation
react-native-fetch-blob copied to clipboard

A project committed to making file access and data transfer easier, efficient for React Native developers.

Results 101 react-native-fetch-blob issues
Sort by recently updated
recently updated
newest added

Build is failing due to jcenter dependency disappearing: ``` * What went wrong: A problem occurred configuring project ':react-native-fetch-blob'. > Could not resolve all files for configuration ':react-native-fetch-blob:classpath'. > Could...

I followed the setup instructions and get the following upon starting the react-native server: /Users/.../node_modules/react-native-fetch-blob/index.js:5 import { ^^^^^^ SyntaxError: Unexpected token import at createScript (vm.js:53:10) ... I understand this has...

help wanted

Does anybody have a good example of base64 encoding and decoding for video and image? I am working on this library for the past 2 days, I can't find any...

Given the missing maintainer and the similarity with `react-native-fs`, would it make sense to "merge" the projects by contributing missing functionality and ultimately directing people to the other module? Ironically...

Hi, I've been using this package in conjunction with [react-native-document-picker](https://github.com/Elyx0/react-native-document-picker) to select and upload files from iOS device. Picker package opens standard iOS file picker which returns URI like `file:///private/var...`...

enhancement
ios

Hi, Thank you for RNFetchBlob. I am currently using the 0.10.8 version and I am able to open files both on iOS and Android. I want now to display a...

Version 0.10.5 react-native ^0.29.2 while running 'react-native run-android': ... /home/zmefz/Documents/react-native/comped/node_modules/react-native-fetch-blob/android/src/main/java/com/RNFetchBlob/RNFetchBlob.java:46: error: is not abstract and does not override abstract method onActivityResult(int,int,Intent) in ActivityEventListener reactContext.addActivityEventListener(new ActivityEventListener() { ^ /home/zmefz/Documents/react-native/comped/node_modules/react-native-fetch-blob/android/src/main/java/com/RNFetchBlob/RNFetchBlob.java:47: error: method...

bug
android

Hi! I'm finding a bunch of reports in Google Play with the following crash on `RNFetchBlobFS.getSystemfolders()`. Looking at the Java source code in `RNFetchBlobFS.java `, it seems like the line...

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...

help wanted
feature