Skip to content

Instantly share code, notes, and snippets.

@motorro
Created August 14, 2022 11:34
Embed
What would you like to do?
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