Skip to content

Instantly share code, notes, and snippets.

@motorro
Created August 14, 2022 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motorro/77f981495767e5e072ec506f3dedb055 to your computer and use it in GitHub Desktop.
Save motorro/77f981495767e5e072ec506f3dedb055 to your computer and use it in GitHub Desktop.
Feature master view
@Composable
fun LoginScreen(state: LoginUiState, onGesture: (LoginGesture) -> Unit) {
// Login screen rendering...
}
@Composable
fun RegistrationScreen(state: RegisterUiState, onGesture: (RegisterGesture) -> Unit) {
// Registration screen rendering...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment