Does anyone have an example of how to use `Overlay...
# compose-android
h
Does anyone have an example of how to use
OverlayScene
in Nav3?
h
Oh awesome! Yeah. Is there a Bottom sheet one as well?
i
You can easily create your own by replacing
Dialog
with
BottomSheet
👍 2
❤️ 1
h
Quick follow-up question: Is there a way to set multiple
SceneStrategy
on
NavDisplay
? We have a single activity app, and need some
NavEntry
to be dialogs and some to be bottomsheets
i
h
PS: Thanks for the quick answers and great job on this library. So far, it's looking amazing.
i
That's great to hear! If you have any feature requests or new recipes you'd like to see, please file issues on the issue tracker and GitHub repository, respectively
m
I'm a big fan of where this library is going. Being able to maintain the backstack as state in a view model, rather than as a custom state object that's part of the nav controller is a huge improvement. It takes away a ton of the complexity around how and when to actually trigger a navigation (and the problem of single event response)