Anum Amin
01/08/2024, 9:20 PMonboarding
and auth
?
I have created two different navigations and configs
private val landingNavigation = StackNavigation<LandingConfig>()
private val authNavigation = StackNavigation<AuthConfig>()
What I would like to achieve is: When a screen of onboarding invokes login, I will push authNavigation's first screen and auth flow should start. There will be no backstack. What is the correct way to handle it? I got hint of Child Stack but don't know about usage. Any direction would be appreciated.Arkadii Ivanov
01/08/2024, 9:25 PMAnum Amin
01/08/2024, 9:29 PM