I am trying to use download manager options in FetchBlob. But the Progress not works on download manger request.
RNFetchBlob.config({
notification: true,
path: 'downloads/media.mp4',
indicator: true,
overwrite: true,
addAndroidDownloads: {
path: RNFetchBlob.fs.dirs.SDCardDir +'/downloads/media.mp4',
useDownloadManager: true,
notification: true,
overwrite: true,
description: 'downloading content...',
mime: 'video/mp4',
mediaScannable: false
}
})
.fetch('GET', url)
.progress(received, total) {
console.log('progress', received / total)
}
any update?
I'm having the same issue.
Same issue. any fix ?
+1 :(
Most helpful comment
I'm having the same issue.