Preventing Screen Recording or Capture in Fullscreen Mode #2331
Closed
programmer1zero1
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @programmer1zero1, react-native-screens doesn't give such feature to prevent screen recording. However, you can check other libraries that supports this functionality, e.g. For now I'll close this discussion, but for any other questions don't hesitate to re-open it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there anyone who can provide guidance on preventing screen recording or capture in fullscreen mode for both iOS and Android? On Android, I tried implementing FLAG_SECURE, but it only affects the entire app and not specifically fullscreen mode. What could be the solution?
Beta Was this translation helpful? Give feedback.
All reactions