itinance / itinance/react-native-fs

need help, RNFS.donwloadFile progress

Open
#236 6 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
C++
Stars
5k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

progress: function (res) {
if (res.contentLength == res.bytesWritten) {
console.log('donwload finish');
}
}

in android when progress is finished, The value of res.bytesWritten not same with res.contentLength
can I used callback function when download is finished?

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.