Skip to content

Instantly share code, notes, and snippets.

@artyorsh
Created October 25, 2019 14:31
Show Gist options
  • Save artyorsh/5b1b7e73de533d19e981b23d7bb6c22d to your computer and use it in GitHub Desktop.
Save artyorsh/5b1b7e73de533d19e981b23d7bb6c22d to your computer and use it in GitHub Desktop.
Additional Sign In screen props (Binding React Navigation 5 to Eva Design System)
interface SignInProps extends SignInScreenProps {
onAuthorized: () => void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment