itinance / itinance/react-native-fs
need help, RNFS.donwloadFile progress
Open
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.