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

Commit 9b1885d

Browse files
authored
Update README.md
1 parent 908f2cd commit 9b1885d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ A project committed to make file acess and data transfer easier, efficient for R
3737
* [Performance Tips](#user-content-performance-tips)
3838
* [API References](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API)
3939
* [Caveats](#user-content-caveats)
40-
* [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting)
4140
* [Development](#user-content-development)
4241

4342
## About
@@ -768,6 +767,8 @@ If you're going to concatenate files, you don't have to read the data to JS cont
768767
* When file stream and upload/download progress event slow down your app, consider upgrade to `0.9.6+`, use [additional arguments](https://github.com/wkh237/react-native-fetch-blob/wiki/Fetch-API#fetchprogressconfig-eventlistenerpromisernfetchblobresponse) to limit its frequency.
769768
* When passing a file path to the library, remove `file://` prefix.
770769

770+
when you got problem, have a look at [Trouble Shooting](https://github.com/wkh237/react-native-fetch-blob/wiki/Trouble-Shooting) or issues tagged `Trouble Shooting`, there'd be some helpful information.
771+
771772
## Changes
772773

773774
See [release notes](https://github.com/wkh237/react-native-fetch-blob/releases)

0 commit comments

Comments
 (0)