Is it no longer recommended to use a BottomSheet d...
# compose-android
j
Is it no longer recommended to use a BottomSheet destination when using
NavHost
?
ModalBottomSheetLayout
is not a part of the Material3 library.
c
bottom sheets in compose make me sad 😞
m
The scaffold composable isnt parte of navigation afaik... I remember a bottomsheetscaffold, but, from an adaptive perspective, that composable Is not ready to adapt to foldable devices, https://composables.com/material3/bottomsheetscaffold
e
Someone from the compose team mentioned they were going to get to it eventually. Maybe Nav3 pushed that off to never. In any case, I wrote https://github.com/eygraber/compose-material3-navigation
❤️ 1