Skip to content

Instantly share code, notes, and snippets.

@tamtom
Created January 2, 2022 11:19
Show Gist options
  • Save tamtom/95a8d4abb8d1bd1274736a753042383e to your computer and use it in GitHub Desktop.
Save tamtom/95a8d4abb8d1bd1274736a753042383e to your computer and use it in GitHub Desktop.
@Composable
fun HostNavGraph(
startDestination: String = Splash.route) {
val navController = rememberNavController()
//..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment