Skip to content

Commit ba259ab

Browse files
authored
Update README.md
1 parent 90767ff commit ba259ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,6 @@ When using DownloadManager, `fileCache` and `path` properties in `config` will n
494494

495495
When download complete, DownloadManager will generate a file path so that you can deal with it.
496496

497-
498-
499-
500497
```js
501498
RNFetchBlob
502499
.config({
@@ -517,6 +514,7 @@ RNFetchBlob
517514
})
518515
```
519516

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).
520518

521519
**Download Notification and Visibility in Download App (Android Only)**
522520

0 commit comments

Comments
 (0)