This commit is contained in:
Fredrik Burmester
2024-10-27 15:21:59 +01:00
parent 06e657dc4d
commit 120fd4a32b

View File

@@ -42,6 +42,9 @@ export default function TabLayout() {
barTintColor={"#121212"} barTintColor={"#121212"}
tabBarActiveTintColor={Colors.primary} tabBarActiveTintColor={Colors.primary}
scrollEdgeAppearance="default" scrollEdgeAppearance="default"
screenOptions={{
lazy: false,
}}
> >
<NativeTabs.Screen redirect name="index" /> <NativeTabs.Screen redirect name="index" />
<NativeTabs.Screen <NativeTabs.Screen