Browse Source

Update README.md

Ben Hsieh 7 years ago
parent
commit
ba259abe75
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      README.md

+ 1
- 3
README.md View File

494
 
494
 
495
 When download complete, DownloadManager will generate a file path so that you can deal with it.
495
 When download complete, DownloadManager will generate a file path so that you can deal with it.
496
 
496
 
497
-
498
-
499
-
500
 ```js
497
 ```js
501
 RNFetchBlob
498
 RNFetchBlob
502
     .config({
499
     .config({
517
     })
514
     })
518
 ```
515
 ```
519
 
516
 
517
+Your app might not have right to remove/change the file created by Download Manager, therefore you might need to [set custom location to the download task](https://github.com/wkh237/react-native-fetch-blob/issues/236).
520
 
518
 
521
 **Download Notification and Visibility in Download App (Android Only)**
519
 **Download Notification and Visibility in Download App (Android Only)**
522
 
520