Hey folks, first of all kudos on this kickass comm...
# android
f
Hey folks, first of all kudos on this kickass community, thanks to all the mods and organisers. I was actually wondering if there’s a way to use the Compose Navigation Library to create the following graph with a slight intricasy.
Copy code
1. Home
2. Onboarding -
       * Login
       * Username
       * Name
       * Finish Screen
The nav needs to go back to Home, from any of the nested screens in the onboarding flow. But also, these two graphs do not share the same navController, since I have an overarching UI component, on the top of all the screens in the onboarding. How can I achieve a clean and properly functioning Nav Graph.
not kotlin but kotlin colored 1
c
I’d try to ask again in #C04TPPEQKEJ 😉