How can I ensure a full-screen modal appears above a bottom sheet in React Native with Expo Router and @gorhom/bottom-sheet for Android?
I’m encountering an issue in my React Native application where a full-screen modal is being obscured by a bottom sheet. I’m using Expo Router for navigation and @gorhom/bottom-sheet for modal and bottom sheet functionality. Despite trying various approaches, the bottom sheet consistently appears above the modal, making it difficult for users to interact with. How can I ensure that the full-screen modal always appears on top of the bottom sheet?