Hi everyone, I am using accompanist navigation-mat...
# compose
z
Hi everyone, I am using accompanist navigation-material, I have a bottomSheet in NavHost when I am navigating to it, it is opening in
HalfExpanded
State, I want to open it in
Expanded
State in order to occupy full screen. Anyone knows how to achieve that?
i
Looks like the work need to allow that was unblocked just recently: https://github.com/google/accompanist/issues/657#issuecomment-1370052222
z
Yes exactly! what I want.
Do I use this temporary workaround to overcome my issue?
i
You'll probably want the one farther down (noting that it applies to every bottom sheet, and not something that applies on a per bottom sheet level as specifically pointed out)