Is it possible to disable screenshots in React Native app for a specific page in IOS?
I have already used the RN AppState feature to hide the content when the App is inactive or in the background state but this feature does not seem to work to prevent screenshots.
Any help would be appreciated. Thanks in advance!