Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created October 16, 2021 10:56
Show Gist options
  • Save ch8n/21b688b599ab5fc6c482730d37ef78ed to your computer and use it in GitHub Desktop.
Save ch8n/21b688b599ab5fc6c482730d37ef78ed to your computer and use it in GitHub Desktop.
// Native View which accepts Composable as its View Content
ComposeView(context).apply {
setContent {
// composable goes here!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment