瀏覽代碼

Update README.md

wkh237 8 年之前
父節點
當前提交
03b769760a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

@@ -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