Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Created April 18, 2021 19:15
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 AllGistsEqual/660fb3f6a370c1f0199797f5093e4f1b to your computer and use it in GitHub Desktop.
Save AllGistsEqual/660fb3f6a370c1f0199797f5093e4f1b to your computer and use it in GitHub Desktop.
// Example - don't add this to our project
type ExampleStackParamList = {
Home: undefined
Profile: { userId: string }
Feed: { sort: 'latest' | 'top' } | undefined
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment