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

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

Results 90 react-native-blob-util issues
Sort by recently updated
recently updated
newest added

### Click Install package in the drop-down notification bar and it will install normally, While using actionViewIntent occurred error: the program is not installed , the package is damaged.Here's part...

In my use of `react-native-blob-util` I was reading files with the ascii encoding. When reading I would receive a `unrecognized selector sent to instance` RCTFatal error. The file read was...

Hi, I'm using the `.fetch(...)` function to upload files to my server, and there's a problem happening when trying to upload a file with a space in the name. The...

### Expected Behavior Download just one file when using Download Manager in Android 11 --- ### My Code ```javascript const dirs = RNFetchBlob.fs.dirs; let addAndroidDownloads: AddAndroidDownloads = { title: fileName,...

https://github.com/RonRadtke/react-native-blob-util/blob/master/fs.js#L143

Now react-native has been translated into kotlin, but [this example](https://github.com/RonRadtke/react-native-blob-util?tab=readme-ov-file#self-signed-ssl-server) is written in java. Please fix it on kotlin ``` ReactNativeBlobUtilUtils.sharedTrustManager = x509TrustManager = new X509TrustManager() { @Override public void...

documentation

Package.json ``` "react": "18.2.0", "react-native": "0.73.2", "react-native-blob-util": "0.19.4", ``` Build params: ``` buildToolsVersion = "34.0.0" minSdkVersion = 21 compileSdkVersion = 34 targetSdkVersion = 34 ndkVersion = "25.1.8937393" kotlinVersion = "1.8.0"...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I had an issue when using...

**Motivation** the URLSession has one function that allows us to download files in background execution (correct me if I am wrong). Here's the document I found in Xcode: ![image](https://github.com/RonRadtke/react-native-blob-util/assets/148203070/c8b0e722-b23e-42c5-8f17-fad01faeab22) **Details**...