Sticky desktop header (#3077)

This commit is contained in:
dan 2024-03-02 02:40:47 +00:00 committed by GitHub
parent f2249614be
commit b70c404d4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 39 deletions

View file

@ -52,7 +52,7 @@ export function HomeHeader(
)
return (
<HomeHeaderLayout>
<HomeHeaderLayout tabBarAnchor={props.tabBarAnchor}>
<TabBar
key={items.join(',')}
onPressSelected={props.onPressSelected}