Start using react-native-blob-util in your project by running npm i react-native-blob-util. There are 98 other projects in the npm registry using react-native-blob-util.
React-Native-Blob-Util is fully compatible with RN-Fetch-Blob and React-Native-Fetch-Blob. If you want to support the project feel free to contact me or create a pull request with your feature.
A project committed to making file access and data transfer easier, efficient for React Native developers. - Releases RonRadtke/react-native-blob-util.
The React Native 0.70 app uses react-native-blob-util to read jpg image file from image picker before uploading it to OSS. Here is the code: import ReactNativeBlobUtil from "react-native-blob-...
Both the original repository and its first fork are not maintained anymore. The project will be continued in this repository. React-Native-Blob-Util is fully compatible with RN-Fetch-Blob and React-Native-Fetch-Blob. If you want to support the project feel free to contact me or create a pull request with your feature. Version Compatibility Warning
react-native-blob-util will convert the base64 string in body to binary format using native API, this process is done in a separated thread so that it won't block your GUI.
How to fetch and handle blob data in React Native - jsfeeds.com
Editor’s note: This post was updated on 7 June 2023 to include information on how to create a blob and instructions for using the react-native-blob-util package to download PDFs from the cloud. See this resource for more information about blobs and how to read blob content.
To download, upload, and read blobs in React Native, we can use either react-native-fs or react-native-blob-util. These packages give developers access to upload and download data directly to and from cloud storage, which — especially for large files like blobs — is more efficient.