-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
FullWindowOverlay and Portal fails on react native fullscreen presentation modal #41
Comments
Noticed this too - just realized that a Portal component I implemented stops displaying if a "fullscreen" modal is open on iOS. |
can confirm, seeing this too |
Doing further inspection and it looks like the Portal is being rendered behind the full screen as when I switched to Currently looking to see what I can do to render my portal "above the stack" Can't help but this this is related: gorhom/react-native-bottom-sheet#1309 so will leave for now |
Same problem on me too. I tried wrapping the content with FullWindowOverlay from react-native-screens, but that didn't work also. I built a snackbar feature for my app but it shows up behind the stack when the screen is presented as "modal" or equivalent. |
Is there any workaround to use the portal in the |
Whenever you have a react navigation full screen presentation modal, the Button element does not outputs the console.log value
I I remove and leave the rest, it would start working again.
The text was updated successfully, but these errors were encountered: