Replies: 1 comment
-
Can be done by the following code, or using a shared view model. controller.navigate(Child(/* needed IDs here */))
The detail I missed or overlooked was that I can pass the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have nested navigation in my multi module app.
I can see, clear as day, one of the example provided here. This example works well where the app needs to provide the destination and it's nav behaviour, e.g. Routing to detail of something.
My module requires me to navigate as
What would be the ideal way to achieve this behaviour?
So far I have avoided passing navController because from docs:
TLDR
How to navigate and access
NavController
withinGame
if it's a separate module from example here.Beta Was this translation helpful? Give feedback.
All reactions