You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FullWindowOverlay component was supposed to put its children on top of everything else, but that's not the case when any modal component (RN's <Modal /> or React Navigation screen whose stack presentation mode is modal).
Hey, I've just played around with clean RN (no Expo) application and the FullWindowOverlay seems to be working fine, thus my first conclusion is that the react-native-screens is not directly responsible for this issue and it is Expo who is causing it.
I'll dig around, however it might be worth bringing this issue to attention of the Expo team.
Hey, I've just tested Test1096 on both managed & bare Expo workflows & it seems to be working fine. I've done the same with the code you provided in a snack:
Hey, I've just tested Test1096 on both managed & bare Expo workflows & it seems to be working fine. I've done the same with the code you provided in a snack:
Simulator.Screen.Recording.-.iPhone.14.-.2023-08-21.at.14.57.27.mp4
Works fine. I'm closing the issue, because it is possible that the problem was resolved in most recent Expo SDK / screens version.
Let me know (tag me) if you still see the issue on most recent package version (if so, please provide me with valid reproduction).
Sorry for the late reply! Turns out it's a bug with Expo Go&emdash;the moment I ejected the app via npx expo run:ios and ran it as a standalone app, it works well just like in your screen cap.
Description
FullWindowOverlay
component was supposed to put its children on top of everything else, but that's not the case when any modal component (RN's<Modal />
or React Navigation screen whose stack presentation mode ismodal
).Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-07-10.at.17.48.45.mp4
Steps to reproduce
<FullWindowOverlay />
to be on top of modals, but instead it's obscured whenever a modal component is displayedSnack or a link to a repository
https://snack.expo.dev/@maianhvu/fullwindowoverlay-not-working?platform=ios
Screens version
3.20.0
React Native version
0.71.8
Platforms
iOS
JavaScript runtime
None
Workflow
Expo managed workflow
Architecture
None
Build type
Debug mode
Device
iOS simulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: