I am making a React Native app which has a secure section where the user has to enter his password to unlock the protected content. The problem is, when the user switches to another app before locking that section, a screen capture along with the unlocked content will be generated and displayed on the Recents Screen.
Is there a way to replace the preview with something else, a blank screen or a custom screen like the Chrome/Firefox incognito mode?