, is there an example on how to have a main bottom-nav based navigation that also has some "full-screen" composables? Essentially the
Jetsnack
sample but ported to the Navigation library: a shared bottom-nav for some screen and some screens going over the bottom-nav.
Tudor Luca
05/16/2021, 3:22 PM
I have a feeling that I'll need a main NavHost for the bottom-nav screen & the rest of the full-screens, and a child NavHost to manage the bottom-nav screen on its own.
Tudor Luca
05/16/2021, 3:39 PM
(I'm currently using navigation-compose:2.4.0-SNAPSHOT and looking at the new multi back stack APIs that @Ian Lake commited 🥰)