react-native-zip-archive icon indicating copy to clipboard operation
react-native-zip-archive copied to clipboard

Unable to unzip files in react-native-zip-archive in background

Open RamkumarBPE opened this issue 8 years ago • 2 comments

Hi, I would like to like Unzip the zip file in background, Can anyone tell me How to do this?

If Un-zipping, it is getting cancelled in the mid, if I go to some other screen

Kindly help me on this.

RamkumarBPE avatar Nov 24 '17 05:11 RamkumarBPE

I'm afraid that it can't be achieved on iOS right now, see this issue (https://github.com/facebook/react-native/issues/167) for more info. But on Android, we have the headless js API which allows us to address this. We could implement this.

plrthink avatar Nov 24 '17 07:11 plrthink

is there a way to force the app to prevent the phone from entering the background? like if on a loading screen can we force the app to remain open and active?

hariDasu avatar Apr 26 '19 21:04 hariDasu