react-native-doc-viewer
react-native-doc-viewer copied to clipboard
Is it (will) support cancel download task?
I download a (big) file which I want to cancel it.
Wish to have a method like this:
componentWillUnmount() {
OpenFile.cancelUnfinishedTask();
}