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.
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...
How do I read file in binary format? Is base64 format same as binary?
I've encounter this error when I used react-native-chched-image in ANDROID: ``` java.lang.RuntimeException:Error invoking callback 263 com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) ...... Caused by: com.facebook.jni.CppException:Failed to create String from JSON: com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) android.os.Handler.handleCallback(Handler.java:739) android.os.Handler.dispatchMessage(Handler.java:95)...
package.json "react-native-fetch-blob": "^0.10.8", "react-native-pdf": "^3.0.15", In my react native app, IOS works fine, but in the android app, undefined is not an object rnfetchblog.documentdir. I have checked many issues, but...
I'm getting a content:// uri in android while using react-native-document-picker or react-native-contacts (for the avatars). URIs like: 'content://com.android.providers.media.documents/document/image%3A99' Trying to access this file fails with "stat error: failed to list...
Hi all, I have an issue on download run background in iOS. I did like document about config for it (add into `AppDelegate.h` and `AppDelegate.m`), but it doesn't work (https://github.com/Jacse/rn-fetch-blob#ios-background-uploading)...
Hi there, I know this has been an issue in the past. However, I am using [Expo](expo.io) to upload files using the react-native-fetch-blob. Can someone walk me through how to...
0.10.9
I fixed a handful of issues from the list. Everything is for Android except for a very small change for `unlink` on iOS.
React-Native: 0.46.3 RNFB: 0.10.6 I am trying to upload a selected image from the camera roll using react-native-image-picker. The following works fine on Android but on ios I get warning:...
hello, i am newbie to RN , And I want to create a new directory and a file with in directory on devices to store my app information . i...