show search in centre column on desktop

This commit is contained in:
Samuel Newman 2023-12-20 11:02:39 +00:00
parent e87065f042
commit 71b6a447ab
6 changed files with 52 additions and 42 deletions

View file

@ -124,6 +124,7 @@ function NativeStackNavigator({
},
}
}
return (
<NavigationContent>
<NativeStackView
@ -136,7 +137,7 @@ function NativeStackNavigator({
{isWeb && !isMobile && (
<>
<DesktopLeftNav />
<DesktopRightNav />
<DesktopRightNav routeName={activeRoute.name} />
</>
)}
</NavigationContent>