itinance / itinance/react-native-fs
Background download is not working
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Hi Team,
I'm using react native 0.30 version in my project but its not working.
Suppose I start a downloading file move to another app like Facebook, when back on this screen then its shown as it is.
I'm using code
RNFS.downloadFile({
fromUrl : fileUrl,
toFile : DestUrl,
progressDivider : 10,
background : true,
begin : ( DownloadBeginCallbackResult) => _this.beginResult(DownloadBeginCallbackResult),
progress : ( DownloadProgressCallbackResult) => _this.startedResult(DownloadProgressCallbackResult, apiRes, fileName)
})
Please suggest what should I do.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.