fix: remove tab sidebar

This commit is contained in:
Fredrik Burmester
2025-01-07 10:59:21 +01:00
parent cf43d1a657
commit efa5638b12

View File

@@ -51,7 +51,7 @@ export default function TabLayout() {
<>
<SystemBars hidden={false} style="light" />
<NativeTabs
sidebarAdaptable
sidebarAdaptable={false}
ignoresTopSafeArea
barTintColor={Platform.OS === "android" ? "#121212" : undefined}
tabBarActiveTintColor={Colors.primary}