Skip to content

Instantly share code, notes, and snippets.

@pranaypatel512
Created October 29, 2022 11:48
Show Gist options
  • Save pranaypatel512/07c715b9b22907c25bbcadcb1a420c29 to your computer and use it in GitHub Desktop.
Save pranaypatel512/07c715b9b22907c25bbcadcb1a420c29 to your computer and use it in GitHub Desktop.
DevicePreviews
@DevicePreviews
@Composable
fun WelcomeScreenPreview() {
MyAppTheme() {
Surface() {
WelcomeScreen()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment