Skip to content

Instantly share code, notes, and snippets.

@Morfly
Created October 1, 2021 18:04
Embed
What would you like to do?
NavHost(navController, startDestination = startRoute) {
...
navigation(startDestination = nestedStartRoute, route = nested) {
composable(nestedStartRoute) { ... }
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment