react-native-doc-viewer icon indicating copy to clipboard operation
react-native-doc-viewer copied to clipboard

Is it (will) support cancel download task?

Open FaiChou opened this issue 6 years ago • 0 comments

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

Wish to have a method like this:

componentWillUnmount() {
  OpenFile.cancelUnfinishedTask();
}

FaiChou avatar May 04 '18 07:05 FaiChou