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

Commit 03b7697

Browse files
authored
Update README.md
1 parent 9dfe772 commit 03b7697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ RNFetchBlob
336336

337337
When download large files on Android it is recommended to use `Download Manager`, it supports lot of native features like progress bar, and notification, also the download task will be handled by OS, and more effective.
338338

339+
<img src="img/download-manager.png" width="256">
340+
339341
When using DownloadManager, `fileCache` and `path` properties in `config` will not take effect, because Android DownloadManager can only store files to external storage. When download complete, DownloadManager will generate a file path so that you can deal with it.
340342

341343
```js

0 commit comments

Comments
 (0)