fix folder

This commit is contained in:
2025-06-26 14:33:41 +08:00
parent cd35201e30
commit f0e0ef4b8b
11 changed files with 100 additions and 110 deletions

View File

@@ -20,18 +20,12 @@ export default function ApplicationLayout() {
}}
>
<Stack.Screen
name="(tabs)"
name="(home-tabs)"
options={{
headerShown: false,
// title: "iii",
// headerLeft: () => (
// <Ionicons name="search" size={20} color={MainColor.white} />
// ),
// headerRight: () => (
// <Ionicons name="notifications" size={20} color={MainColor.white} />
// ),
headerShown: false,
}}
/>
<Stack.Screen
name="event/index"
options={{
@@ -46,22 +40,6 @@ export default function ApplicationLayout() {
),
}}
/>
{/* <Stack.Screen
name="home"
options={{
title: "HIPMI",
headerLeft: () => (
<Ionicons name="search" size={20} color={MainColor.yellow} />
),
headerRight: () => (
<Ionicons
name="notifications"
size={20}
color={MainColor.yellow}
/>
),
}}
/> */}
</Stack>
</>
);