소스 검색

Update README.md

Ben Hsieh 7 년 전
부모
커밋
ba259abe75
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      README.md

+ 1
- 3
README.md 파일 보기

@@ -494,9 +494,6 @@ When using DownloadManager, `fileCache` and `path` properties in `config` will n
494 494
 
495 495
 When download complete, DownloadManager will generate a file path so that you can deal with it.
496 496
 
497
-
498
-
499
-
500 497
 ```js
501 498
 RNFetchBlob
502 499
     .config({
@@ -517,6 +514,7 @@ RNFetchBlob
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 519
 **Download Notification and Visibility in Download App (Android Only)**
522 520