ActionSheetIOS / Alert appear behind Modal

@notbrent just upgraded my code, thank you so much :raised_hands:t2:

Just out of curiosity, why does expo needs its own modal component?

the modal component in react-native uses view controllers to present the modal content above the rest of the app, but that doesn’t always play nicely with other content presented with view controllers (WebBrowser, ImagePicker, etc). we’ll investigate that soon

2 Likes

Unfortunately this is not a solution for an app that we are working on (which makes use of a lot of modals).
When I make use of a StackNavigator inside a modal, some routes don’t work anymore (without an error message.) The screen just flashes and returns to the initial screen of the stack inside the modal.
Why do we have to move to an Expo Modal if it worked fine before?

2 Likes

Did anyone find a solution besides Modal Host?

3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.