Skip to content

Instantly share code, notes, and snippets.

@RaheemJnr
Last active October 1, 2022 09:57
Show Gist options
  • Save RaheemJnr/80734a21996e21700ac49e8cbfa81d0e to your computer and use it in GitHub Desktop.
Save RaheemJnr/80734a21996e21700ac49e8cbfa81d0e to your computer and use it in GitHub Desktop.
class MainActivity : ComponentActivity() {
//this is a Jetpack compose code
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
Theme {
configureAmplify(this)
MainAppScreen()
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment