I am building an app with react native and I have set privacy currtain on iOS when app is in the background, so you wouldn't see screen contents when user double taps home button. I am not sure how I can do the same with android - how can I add overlay that hides screen content when user clicks multitask button.
Any suggestions?