Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 9151290

Browse files
authored
Update README.md
1 parent ee0f38e commit 9151290

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
# 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)]()
22

3-
A project committed to make file acess and transfer easier and effiecient for React Native developers.
3+
A project committed to make file acess and data transfer easier, effiecient for React Native developers.
44

55
## Features
66
- Transfer data directly from/to storage without BASE64 bridging
77
- File API supports normal files, Asset files, and CameraRoll files
8-
- Native-to-native file manipulation, reduce JS bridging performance loss
8+
- Native-to-native file manipulation API, reduce JS bridging performance loss
99
- Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN
1010

1111
## TOC
1212
* [About](#user-content-about)
1313
* [Installation](#user-content-installation)
1414
* [Recipes](#user-content-recipes)
15+
* [HTTP Data Transfer]
1516
* [Regular Request](#user-content-regular-request)
1617
* [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
1718
* [Upload file](#user-content-upload-example--dropbox-files-upload-api)
1819
* [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)
1920
* [Upload/Download progress](#user-content-uploaddownload-progress)
2021
* [Cancel HTTP request](#user-content-cancel-request)
2122
* [Android Media Scanner, and Download Manager Support](#user-content-android-media-scanner-and-download-manager-support)
23+
* [Self-Signed SSL Server](#user-content-self-signed-ssl-server)
24+
* [File Access]
2225
* [File access](#user-content-file-access)
2326
* [File stream](#user-content-file-stream)
2427
* [Manage cached files](#user-content-cache-file-management)
25-
* [Self-Signed SSL Server](#user-content-self-signed-ssl-server)
26-
* [Web API Polyfills](#user-content-web-api-polyfills)
28+
* [Web API Polyfills](#user-content-web-api-polyfills)
2729
* [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
2830
* [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
2931
* [Development](#user-content-development)

0 commit comments

Comments
 (0)