-
Notifications
You must be signed in to change notification settings - Fork 38
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
iOS: Bottomsheets are not hidden in the screenshot/ recording with EnableSecureView #51
Comments
I have a similar issue. Is this because the height(Three dimensional z) of this component is too high, such as zIndex? |
@killserver Need your help!! |
Using Modal (https://github.com/react-native-modal/react-native-modal) has the same issue |
Hi, Any workaround on this? I am viewing images in web view and pdf using react-native-pdf inside a modal which needs to be secure. |
No yet @JigarBhanushali10 I think we need to avoid any components that are too far forward at the moment🫤 |
We use React Native BottomSheet(https://github.com/gorhom/react-native-bottom-sheet) in our app. Upon integrating this library we are able to see the bottomsheets in the screenshots and recording. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: