I am using React-Native-Fetch-Blob and it is working fine for small files, but when I try to download an 80MB zip file it stops about 30% through and throws an error stating that the network connection was lost. The download link works everywhere else: in safari, download apps, etc. But my app I'm getting the aforementioned error. Is there something I am missing? And is there an alternative library I can use that provides download progress?
Asked
Active
Viewed 516 times
1
-
Any progress on this? – four-eyes Sep 27 '17 at 09:03
-
@Stophface I did tests using other libraries, and also using Objective c. It turned out that my download source was unreliable, and that there would be a lost connection despite what library I was using. – pnizzle Oct 03 '17 at 00:42
-
Thanks for the reply! – four-eyes Oct 03 '17 at 10:30