You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Hi, I am able to download a single file from a remote URL and everything looks good. There's also a feature on my project to download multiple files at once. My current method is to run a forEach on my single photo download function but that pushes a new ADM notification for each one. I've seen some apps show each notification but is it possible to batch the notifications and maybe show "X/5 downloads completed"?
The text was updated successfully, but these errors were encountered:
wasong
changed the title
[Android] Batching Downloads and Android Download Manager Push Notifications
Batching Downloads and Android Download Manager Push Notifications
Oct 18, 2017
Version Info:
RN: 0.46.4
RNFB: 0.10.8
Hi, I am able to download a single file from a remote URL and everything looks good. There's also a feature on my project to download multiple files at once. My current method is to run a
forEach
on my single photo download function but that pushes a new ADM notification for each one. I've seen some apps show each notification but is it possible to batch the notifications and maybe show "X/5 downloads completed"?The text was updated successfully, but these errors were encountered: