|
@@ -1,6 +1,12 @@
|
1
|
1
|
# react-native-fetch-blob [](https://www.npmjs.com/package/react-native-fetch-blob) [](https://www.npmjs.com/package/react-native-fetch-blob)  []()
|
2
|
2
|
|
3
|
|
-A project committed to make file acess and transfer easier and effiecient for React Native developers. Supports file, Asset files, and CameraRoll files.
|
|
3
|
+A project committed to make file acess and transfer easier and effiecient for React Native developers.
|
|
4
|
+
|
|
5
|
+## Features
|
|
6
|
+- Transfer data directly from/to storage without BASE64 bridging
|
|
7
|
+- File API supports normal files, Asset files, and CameraRoll files
|
|
8
|
+- Native-to-native file manipulation, reduce JS bridging performance loss
|
|
9
|
+- Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN
|
4
|
10
|
|
5
|
11
|
## TOC
|
6
|
12
|
* [About](#user-content-about)
|