Hi! First of all great work, much appreciated :cla...
# compose-destinations
m
Hi! First of all great work, much appreciated 👏 I was wondering is it possible or how can I support
.material3.ModalBottomSheet
instead of documented
.material.navigation.ModalBottomSheetLayout
🤔
I guess it is not a part of navigation no more, just a simple composable to show & hide manually, but I’m just curious if there is a way to include it in app’s navigation, what is your opinion on that @Rafael Costa? 🙏
r
Hi @Marcel Skotnicki ! Thank you
You mean to have a bottom sheet destination? No I don’t think it’s possible (and it’s not a compose destinations limitation - it’s the same with official libraries). You can still use a material 2 or 3 bottom sheet. But that won’t be a “navigation destination”. It will be just like you said a composable you can show or hide as part a screen.
m
Right, thank you very much for your time 🙏