joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 767 forks source link

android6正常下载,android6以上没有任何反应 #862

Open gulugulu-cy opened 4 months ago

gulugulu-cy commented 4 months ago

return await RNFetchBlob.config({ fileCache: true, path: filePath, timeout: 6000, addAndroidDownloads: { useDownloadManager: true, notification: false, path: filePath, } }).fetch("GET", url.replace(/\/g, '/')).then(res => { console.log('下载成功', res) return filePath; }).catch(e => { console.log('下载失败', e) return filePath; })