How do I make the BottomSheetModal show above the native Modal #2081
Replies: 3 comments
-
I'm also trying to figure this out, but in my case, I want it to overlay my custom bottom navigation, which is positioned absolutely. |
Beta Was this translation helpful? Give feedback.
-
Try adding another inside of your modal, so something Like ... . I think in theory bottom sheet modal is looking for the first modal provider so you won't get two modals opening. |
Beta Was this translation helpful? Give feedback.
-
I was having the same scenario, it work after I wrap my native Modal with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to use the BottomSheetModal inside the native Modal from React Native. Currently when I do this, the BottomSheetModal shows behind the Native modal and isn’t intractable. How do I bring this to front.
Beta Was this translation helpful? Give feedback.
All reactions