Browse Source

Update README.md

wkh237 8 years ago
parent
commit
40003a46f5
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      README.md

+ 7
- 1
README.md View File

@@ -1,6 +1,12 @@
1 1
 # react-native-fetch-blob [![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?maxAge=86400&style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) [![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
-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)