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
I have encountered a problem when using a modal on a screen that has the option presentation: "modal". The modal always shows up behind it.
To address this issue, I came up with a workaround that involves wrapping the screen content with ModalProvider. However, this approach results in opening two modals, and I am unable to close the modal on a screen with presentation: "modal".
If anyone has a better solution for this case, please share it with me. Thank you.
The text was updated successfully, but these errors were encountered:
vietanhdtd
changed the title
open modal when screen has options presentation: "modal"
[iOS] open modal when screen has options presentation: "modal"
Jan 29, 2024
hey @vietanhdtd! sorry for the delayed response. unfortunately, i do not have an idea how to address your issue effectively. i'd need to spend some more time trying things before i can potentially release a patch. apologies for the inconvenience.
I have encountered a problem when using a modal on a screen that has the option
presentation: "modal"
. The modal always shows up behind it.To address this issue, I came up with a workaround that involves wrapping the screen content with
ModalProvider
. However, this approach results in opening two modals, and I am unable to close the modal on a screen withpresentation: "modal"
.If anyone has a better solution for this case, please share it with me. Thank you.
The text was updated successfully, but these errors were encountered: