When using "presentation : 'modal'" in the Expo router, all of the Action Sheets, Modals, Dialogs, etc render behind the modal page.
I've tested a few things...
1. This does not occur on Android
2. This does not occur when using "presentation : 'containedModal'"
3. It doesn't seem to be an issue when creating a dialog/modal from scratch with react-native.
I'm really just having trouble when using the gluestack components. It could be something with expo, but it feels specific to the gluestack components.
Has anyone ran into this before? Are there any settings or workarounds that can help with this? Would this be something that was addressed in gluestack v2?