Skip to content

Instantly share code, notes, and snippets.

@rahulsainani
Last active September 12, 2021 20:29
Show Gist options
  • Save rahulsainani/250273762307ed8851dfc77dcd3592d3 to your computer and use it in GitHub Desktop.
Save rahulsainani/250273762307ed8851dfc77dcd3592d3 to your computer and use it in GitHub Desktop.
@Composable
fun PhoneNumberLoginScreen() {
// UI
PhoneNumberConsent { viewModel.onPhoneNumberFetchedFromDevice(it) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment