Skip to content
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

Open
hunteralan opened this issue Dec 15, 2022 · 7 comments
Open

Does not work with react-native's modal component #127

hunteralan opened this issue Dec 15, 2022 · 7 comments

Comments

@hunteralan
Copy link

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.

@ramespra
Copy link

Also an issue for me, I'm using "rn-tourguide": "^3.3.0" and "react-native-modal": "^13.0.0"

@dima-devs
Copy link

Hi @hunteralan did you solve this problem?

@ajstokar
Copy link

Same issue for me, I'm using the built-in Modal from 'react-native'. Has anyone figured out a workaround?

@vladimirevstratov
Copy link

Same issue

1 similar comment
@Saliheen
Copy link

Saliheen commented Jun 9, 2023

Same issue

@druny
Copy link

druny commented Dec 26, 2023

Same issue with react-native-popup-menu 0.16.1

@PriyavKaneria
Copy link

I was able to solve this issue using coverScreen property of react-native-modal like so

<Modal
	coverScreen={false}
	... //other props
>

but note that as the property suggests, your modal backdrop will no longer cover the statusbar, if any
hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants