-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent screen record not working for Modal #8
Comments
Have the same problem... |
hello all. please tell me on which device(android/ios) not work prevents? thx |
@killserver on both platform |
Same problem on Android and IOS. Tested on Pixel 4a and iPhone XR Edit1: setting coverScreen={false} prop to Edit2: I guess the fastest solution will be to use other modal library that is implemented on JS only (no native view) |
Any chance this getting fixed? It happens with react-native-modal and setting coverScreen={true} |
react-native-modal and the react-native modal component are not part of the application... they both create a separate-independent view. you just need to patch the native components to be able to get to them (( |
same here as well. using react native inbuilt Modal component. Not working screen shot blocking with the app. Any idea? |
Hi @killserver ,
I use react-native-screenshot-prevent to prevent the screen record, it's working fine for react-navigation. But when I open Modal (I used react-native-modal library), it can't prevent the Modal view in the screen record. Can you help me check this issue again?
The text was updated successfully, but these errors were encountered: