Created
April 1, 2018 22:39
-
-
Save horacioh/fda88d03af59c23d914924a93a003930 to your computer and use it in GitHub Desktop.
RN Scaffold - routes.js
This file contains hidden or 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
// 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