Skip to content

Instantly share code, notes, and snippets.

@ibrajix
Created July 6, 2022 12:36
Show Gist options
  • Save ibrajix/f4833631399ed2e53abd80be838afe3d to your computer and use it in GitHub Desktop.
Save ibrajix/f4833631399ed2e53abd80be838afe3d to your computer and use it in GitHub Desktop.
Start screen
@RootNavGraph(start = true)
@Destination(style = StartScreenTransitionAnimation::class)
@Composable
fun StartScreen(
modifier: Modifier = Modifier,
navigator: DestinationsNavigator
) {
..//we'll build the layout above here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment