Hi all, Is anyone using Voyager for navigation? ...
# compose-desktop
v
Hi all, Is anyone using Voyager for navigation? I'm encountering problem that it seems Voyager does not offer me to create more than one Navigator? Basically, I use navigator from the start of the app : login screen -> selectClientScreen -> homeScreen HomeScreen has side menu and I want it always visible while switching content by pressing menus... My idea was that I will just create a new Navigator on home screen, but it looks like that is not possible. How you handle those things?
u
you can create new Navigator just put it in @Composable override fun Content()
v
Thank you! Works!