Loading packages/shop-mobile-expo/src/router/stack.routes.ts +2 −2 Original line number Diff line number Diff line Loading @@ -29,13 +29,13 @@ const STACK_ROUTES_GROUPS: StackScreenGroupType = { BLANK: [ { name: 'STACK/BLANK_', component: SCREENS.Blank_, component: SCREENS.BLANK_, }, ], LOADING: [ { name: 'STACK/LOADING', component: SCREENS.Loading, component: SCREENS.LOADING, }, ], REGISTRATION: [ Loading Loading
packages/shop-mobile-expo/src/router/stack.routes.ts +2 −2 Original line number Diff line number Diff line Loading @@ -29,13 +29,13 @@ const STACK_ROUTES_GROUPS: StackScreenGroupType = { BLANK: [ { name: 'STACK/BLANK_', component: SCREENS.Blank_, component: SCREENS.BLANK_, }, ], LOADING: [ { name: 'STACK/LOADING', component: SCREENS.Loading, component: SCREENS.LOADING, }, ], REGISTRATION: [ Loading