Skip to content

Instantly share code, notes, and snippets.

@justintoth
Created December 23, 2022 23:01
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 justintoth/8bc1063b165686c850439d22b831c359 to your computer and use it in GitHub Desktop.
Save justintoth/8bc1063b165686c850439d22b831c359 to your computer and use it in GitHub Desktop.
export const RouteNames = {
SECTION_ROOT: 'section_root',
SECTION_SECURE: 'section_secure',
SECTION_HOME: 'section_home',
SECTION_SEARCH: 'section_search',
SECTION_MY_MARRIAGE: 'section_my_marriage',
SECTION_FULL_QUIZ: 'section_full_quiz',
ACCESSIBILITY_CONTROLS: 'accessibility_controls',
ACCOUNT_EDIT: 'account_edit',
CATEGORY_DETAIL: 'category_detail',
CHALLENGE: 'challenge',
CORE_CATEGORY: 'core_category',
COURSE: 'course',
FAQ: 'faq',
FORGOT_PASSWORD: 'forgot_password',
FULL_CHECKUP_QUIZ: 'full_checkup_quiz',
FULL_WELCOME_QUIZ: 'full_welcome_quiz',
HOME: 'home',
INTRO: 'intro',
LOCK: 'lock',
LOGIN: 'login',
MEMBERSHIP_PERKS: 'membership_perks',
MY_MARRIAGE: '_my_marriage',
NOTIFICATION_SETTINGS: 'notification_settings',
NOTIFICATIONS: 'notifications',
PDF_VIEWER: 'pdf_viewer',
PROFILE: 'profile',
QUIZ: 'quiz',
SCORE_PROGRESS: 'score_progress',
SEARCH: 'search',
SECOND_USER: 'second_user',
SECURITY: 'security',
SETTINGS: 'settings',
SUBSCRIPTION_PAYMENT: 'subscription_payment',
SUCCESS: 'success',
VIDEO_LIST: 'video_list',
VIDEO_VIEWER: 'video_viewer',
WELCOME_QUIZ: 'welcome_quiz',
WELCOME_USER: 'welcome_user',
WELCOME_VIDEO: 'welcome_video',
WORKSHEET: 'worksheet',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment