|
|
|
|
1
|
# react-native-fetch-blob [![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/releases) [![npm](https://img.shields.io/npm/v/react-native-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![npm](https://img.shields.io/npm/l/react-native-fetch-blob.svg?maxAge=2592000&style=flat-square)]()
|
1
|
# react-native-fetch-blob [![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/releases) [![npm](https://img.shields.io/npm/v/react-native-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![npm](https://img.shields.io/npm/l/react-native-fetch-blob.svg?maxAge=2592000&style=flat-square)]()
|
2
|
|
2
|
|
|
|
3
|
+
|
3
|
A project committed to make file acess and data transfer easier, effiecient for React Native developers.
|
4
|
A project committed to make file acess and data transfer easier, effiecient for React Native developers.
|
4
|
|
5
|
|
5
|
## Features
|
6
|
## Features
|
|
|
|
|
9
|
- File stream support for dealing with large file
|
10
|
- File stream support for dealing with large file
|
10
|
- Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
|
11
|
- Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
|
11
|
|
12
|
|
|
|
13
|
+> The npm package is inside `src` folder, this is development folder
|
12
|
|
14
|
|
13
|
## TOC
|
15
|
## TOC
|
14
|
* [About](#user-content-about)
|
16
|
* [About](#user-content-about)
|