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

Commit 7c6a51e

Browse files
authored
Update README.md
1 parent 7868833 commit 7c6a51e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
44

55
## TOC
6-
* [Rationale](#user-content-rationale)
6+
* [About](#user-content-about)
77
* [Backward Compatible](#user-content-backward-compatible)
88
* [Installation](#user-content-installation)
99
* [Recipes](#user-content-recipes)
@@ -17,9 +17,10 @@ A module provides upload, download, and files access API. Supports file stream r
1717
* [Manage cached files](#user-content-cache-file-management)
1818
* [Self-Signed SSL Server](#user-content-self-signed-ssl-server)
1919
* [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
20+
* [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
2021
* [Development](#user-content-development)
2122

22-
## Rationale
23+
## About
2324

2425
React Native does not support `Blob` object at this moment, which means if you're going to send/receive binary data via `fetch` API, that might not work as you expect. See [facebook/react-native#854](https://github.com/facebook/react-native/issues/854).
2526

@@ -64,6 +65,7 @@ protected List<ReactPackage> getPackages() {
6465
};
6566
...
6667
```
68+
> If you still having problem on installing this package, please check the [trouble shooting page](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting) or [file an issue](https://github.com/wkh237/react-native-fetch-blob/issues/new)
6769
6870
**Grant Permission to External storage for Android 5.0 or lower**
6971

0 commit comments

Comments
 (0)