Commit e6b84388 authored by Neosoulink's avatar Neosoulink
Browse files

refactor: update registration screens routes

parent 3692a072
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -39,10 +39,18 @@ const STACK_ROUTES_GROUPS: StackScreenGroupType = {
		},
	],
	REGISTRATION: [
		{
			name: 'STACK/HOME',
			component: SCREENS.REGISTRATION.HOME,
		},
		{
			name: 'STACK/SIGN_UP',
			component: SCREENS.REGISTRATION.SIGN_UP,
		},
		{
			name: 'STACK/SIGN_IN',
			component: SCREENS.REGISTRATION.SIGN_IN,
		},
		{
			name: 'STACK/SIGN_UP_BY_ADDRESS',
			component: SCREENS.REGISTRATION.SIGN_UP_BY_ADDRESS,