Browse Source

Update README.md

wkh237 8 years ago
parent
commit
03b769760a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

@@ -336,6 +336,8 @@ RNFetchBlob
336 336
 
337 337
 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.
338 338
 
339
+<img src="img/download-manager.png" width="256">
340
+
339 341
 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.
340 342
 
341 343
 ```js