how can i show a modal bottom sheet above BottomNa...
# compose
v
how can i show a modal bottom sheet above BottomNavigation My current sheet covers up the BottomNavigation I found out that this can be solved using
ModalBottomSheetLayout
, but this does not exist in ComposeMultiplatform