Replies: 1 comment 5 replies
-
@NandoMB You can wrap you BottomSheetModal with a FullWindowOverlay from react-native-screens or using react-native-portal, hope this help! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There's any way to bring the react-native-bottom-sheet to the top level, to have priority, against the default react native modal? I know that react native's modal is a different component e aways come to the top, but I would like to use this component inside a native modal. The problem is that the bottom sheet is opening behind modal 😞
Any solution?
Beta Was this translation helpful? Give feedback.
All reactions