Skip to content

Instantly share code, notes, and snippets.

@yveskalume
Created April 6, 2022 17:47
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/136c7df6f52b743124a292986934de4e to your computer and use it in GitHub Desktop.
Save yveskalume/136c7df6f52b743124a292986934de4e to your computer and use it in GitHub Desktop.
composable("screen-b/{id}") { backStackEntry ->
ScreenB(id = backStackEntry.arguments?.getString("id"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment