Created
August 14, 2022 11:34
-
-
Save motorro/77f981495767e5e072ec506f3dedb055 to your computer and use it in GitHub Desktop.
Feature master view
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
@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