Replies: 2 comments
-
Hi @Darren120, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Darren120 Closing this discussion because of the inactivity, but if you have any questions or problems related to the FullWIndowOverlay, don't hesitate to create a new issue with steps to reproduce (including minimal repro). Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If a screen loses focus, ie: navigates to another screen, then comes back, any FullWindowOverlay wraps becomes the last in the stack... , maybe because the navigation lib re-ordered everything.
One way to fix this is to rerender if focus changes ie: focused && ...
deps:
...
"react-native-screens": "~3.18.0",
"@react-navigation/bottom-tabs": "^6.5.3",
"@react-navigation/native": "^6.1.1",
"@react-navigation/stack": "^6.3.11",
...
Beta Was this translation helpful? Give feedback.
All reactions