[expo-file-system or expo/fetch] background/resumable downloads
Maxim Svetlakov
We have
createDownloadResumable
in the old API, but there’s no alternative to it in the new object-oriented API.I tried implementing it myself using
expo/fetch
and FileHandle.writeBytes
- and I actually liked this approach even more than the old createDownloadResumable
, but the download stops when the app goes into the background.