Can screenshots be disabled in a React Native app specifically for a certain page on IOS?
I've tried using the RN AppState functionality to hide content when the app is inactive or in the background, but it doesn't prevent screenshots.
Any assistance with this issue would be greatly appreciated. Thank you in advance!