Skip to content

Instantly share code, notes, and snippets.

@yveskalume
Created April 6, 2022 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yveskalume/5b49136aab412b63a09d53744418c960 to your computer and use it in GitHub Desktop.
Save yveskalume/5b49136aab412b63a09d53744418c960 to your computer and use it in GitHub Desktop.
NavHost(startDestination = "screen-a") {
  /*…*/
composable("screen-b/{id}", arguments = listOf(navArgument("id") { type = NavType.StringType })) {
ScreenB(/*…*/)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment