0

I'm trying to download video with react-native, but it spend much time then I want to continue processing from foreground to background.

Example: User click Download Video => Downloading => About 30%, 50% or etc.. of processing, user want to use another app => switch app and video keep downloading

Any solution for this? I need solution for android first

John Lee
  • 80
  • 10
Thang Pham
  • 11
  • 3

1 Answers1

0

If you couldn't find module in react-native, you should probably make Android module for it.. (Have you checked this answer ?)

And you can start searching like "android url download using service", and then make Native module.

John Lee
  • 80
  • 10