allan.conda
04/21/2021, 9:19 AM<navigation>
<navigation>
<argument... />
<fragment />
</navigation>
</navigation>
I know that arguments inside <fragment>
can be translated as
composable(
route = "screenA",
arguments = listOf(navArgument(...)),
) { ... }
But I’m not sure how we can pass arguments to a nested navigation itself which encapsulates its start destination.Ian Lake
04/21/2021, 1:21 PM