Skip to content

Instantly share code, notes, and snippets.

@horacioh
Created April 1, 2018 22:39
Show Gist options
  • Save horacioh/fda88d03af59c23d914924a93a003930 to your computer and use it in GitHub Desktop.
Save horacioh/fda88d03af59c23d914924a93a003930 to your computer and use it in GitHub Desktop.
RN Scaffold - routes.js
// MyApp/src/app/navigators/routes.js
// @flow
export const PRIVATE_ROUTE: string = 'PRIVATE_ROUTE'
export const PUBLIC_ROUTE: string = 'PUBLIC_ROUTE'
export const SIGNIN_ROUTE: string = "SIGNIN_ROUTE"
export const HOME_ROUTE: string = "HOME_ROUTE"
export const HOME_SCREEN_ROUTE: string = "HOME_SCREEN_ROUTE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment