show search in centre column on desktop
This commit is contained in:
parent
e87065f042
commit
71b6a447ab
6 changed files with 52 additions and 42 deletions
|
@ -124,6 +124,7 @@ function NativeStackNavigator({
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
return (
|
||||
<NavigationContent>
|
||||
<NativeStackView
|
||||
|
@ -136,7 +137,7 @@ function NativeStackNavigator({
|
|||
{isWeb && !isMobile && (
|
||||
<>
|
||||
<DesktopLeftNav />
|
||||
<DesktopRightNav />
|
||||
<DesktopRightNav routeName={activeRoute.name} />
|
||||
</>
|
||||
)}
|
||||
</NavigationContent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue