mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-21 00:04:42 +01:00
wip
This commit is contained in:
@@ -34,13 +34,13 @@ export default function TabLayout() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<NativeTabs sidebarAdaptable>
|
||||
<NativeTabs sidebarAdaptable ignoresTopSafeArea>
|
||||
<NativeTabs.Screen redirect name="index" />
|
||||
<NativeTabs.Screen
|
||||
name="(home)"
|
||||
options={{
|
||||
title: "Home",
|
||||
tabBarIcon: () => ({ sfSymbol: "house" }),
|
||||
tabBarIcon: ({ color, focused, size }) => ({ sfSymbol: "house" }),
|
||||
}}
|
||||
/>
|
||||
<NativeTabs.Screen
|
||||
|
||||
Reference in New Issue
Block a user