Created
October 16, 2021 10:56
-
-
Save ch8n/21b688b599ab5fc6c482730d37ef78ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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