-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Does not work with react-native's modal component #127
Comments
Also an issue for me, I'm using |
Hi @hunteralan did you solve this problem? |
Same issue for me, I'm using the built-in Modal from 'react-native'. Has anyone figured out a workaround? |
Same issue |
1 similar comment
Same issue |
Same issue with |
I was able to solve this issue using <Modal
coverScreen={false}
... //other props
> but note that as the property suggests, your modal backdrop will no longer cover the statusbar, if any |
When attempting to use this package with react-native's modal component, the tour's highlighted area shows behind the modal. Styling has not been able to fix this for me thus far.
The text was updated successfully, but these errors were encountered: