Commit da004e69 authored by Neosoulink's avatar Neosoulink
Browse files

feat: unmount in store screen on blur

parent 7772ce58
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -55,6 +55,9 @@ const DRAWER_ROUTES: DrawerScreenType[] = [
	{
		name: 'DRAWER/IN_STORE',
		component: SCREENS.APP.InStore,
		options: {
			unmountOnBlur: true,
		},
	},
];