/whatsapp_clone_theme_example.kt Secret
Created
July 29, 2022 07:57
Star
You must be signed in to star a gist
whatsapp_clone_theme_example
This file contains 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
WhatsAppCloneComposeTheme { | |
.. | |
WhatsAppCloneBackground { | |
WhatsAppNavHost( | |
navHostController = navHostController, | |
composeNavigator = composeNavigator | |
) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment