Loading packages/shop-mobile-expo/src/router/drawer.routes.ts +3 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,9 @@ const DRAWER_ROUTES: DrawerScreenType[] = [ { name: 'DRAWER/IN_STORE', component: SCREENS.APP.InStore, options: { unmountOnBlur: true, }, }, ]; Loading Loading
packages/shop-mobile-expo/src/router/drawer.routes.ts +3 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,9 @@ const DRAWER_ROUTES: DrawerScreenType[] = [ { name: 'DRAWER/IN_STORE', component: SCREENS.APP.InStore, options: { unmountOnBlur: true, }, }, ]; Loading