<TopNavBar
start={<NavBarIconButton name="close" accessibilityLabel="Close" />}
end={<NavBarIconButton name="settings" accessibilityLabel="Settings" />}
bottom={
<TabNavigation
tabs={[
{ label: 'For you', id: 'foryou' },
{ label: 'Portfolio', id: 'portfolio' },
{ label: 'Explore', id: 'explore' },
]}
value="foryou"
onChange={() => {}}
/>
}
>
<NavigationTitle>Home</NavigationTitle>
</TopNavBar>