philipphecht / react-native-doc-viewer

React Native Doc Viewer (Supports file formats: xls,ppt,doc,xlsx,pptx,csv,docx,png,jpg,pdf,xml,binary ...)
MIT License
94 stars 116 forks source link

Is it (will) support cancel download task? #102

Open FaiChou opened 6 years ago

FaiChou commented 6 years ago

I download a (big) file which I want to cancel it.

Wish to have a method like this:

componentWillUnmount() {
  OpenFile.cancelUnfinishedTask();
}