itinance / itinance/react-native-fs
downloadFile does not call callbacks on Android
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
The download itself seems to work since the file exists when I use `readDir`.
But the promise does not resolve after the download and neither the `begin` nor the `progress` callbacks are called.
Did anybody experience the same problem?
On iOS everything works fine.
I'm using:
- `react-native`: `0.53.0`
- `react-native-fs`: `2.9.11`
- `minSdkVersion`: `16`
- `targetSdkVersion`: `22`
- Test Device: Samsung Galaxy S7 on Android 7.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.