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 120 react-native-blob-util issues
Sort by recently updated
recently updated
newest added

`[email protected]` `[email protected]` Can't build iOS with RN new Arch ```shell node_modules/react-native-blob-util/ios/ReactNativeBlobUtil/ReactNativeBlobUtil.h:32:9: 'ReactNativeBlobUtilSpec/ReactNativeBlobUtilSpec.h' file not found ```

As mentioned in the issue. https://github.com/joltup/rn-fetch-blob/issues/130 We use react-native-blob-util to download images locally. - On IOS, It works as expected. - On Android, Images are half broken and it happens...

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

``` progress(callback: (received: string, total: string) => void): StatefulPromise; ``` Can this be changed to numbers so calculations like `Math.floor((received/total) * 100` don't give errors

I am trying to use `pako` to compress data before saving it to disk. However, it returns `Int8Array`, which causes `ReactNativeBlobUtil` to throw an exception `TypeError: "data" must be an...

**RN Project Version: 0.72.1 ReactNativeBlobUtil Version: ^0.18.3** I've created a function for my React Native application that downloads a webm audio file given a URL (passed URL returns audio/webm) and...

Version: 0.18.6 RN version: 0.71 Android: 9 (same issue on 8.1 too) Device: Nexus 6P emulator Hello, I am trying to download a file to the Downloads folder and am...

### Issue I am getting the following error when trying to build on Android API 30. This is `not an EXPO project`. I am not getting this issue at all...

Hi everyone! First of all thank you very much for upgrading this package to latest react-native versions. During working with the package we have encountered the following problem: ```javascript console.log(1);...

Cannot find a correct way to upload file chosen from picker ``` "react-native-blob-util": "^0.18.2" "react-native": "0.71.10" ``` ``` import ReactNativeBlobUtil from "react-native-blob-util"; import { DocumentPickerResponse } from "react-native-document-picker"; const result...