itinance / itinance/react-native-fs

Background download is not working

Open
#294 0 comments 2 reactions 0 assignees View on GitHub
question
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.