feature profile

deskripsi
- resaourcing drawer
This commit is contained in:
2025-06-30 17:44:00 +08:00
parent d58304a146
commit 4701fce07c
7 changed files with 173 additions and 12 deletions

View File

@@ -88,7 +88,8 @@ export default function ApplicationLayout() {
}}
/>
<Stack.Screen
{/* Profile */}
{/* <Stack.Screen
name="profile/index"
options={{
title: "Profile",
@@ -101,7 +102,22 @@ export default function ApplicationLayout() {
/>
),
}}
/>
/> */}
{/* <Stack.Screen
name="profile/[id]"
options={{
title: "Profile",
headerLeft: () => (
<Ionicons
name="arrow-back"
size={20}
color={MainColor.yellow}
onPress={() => router.back()}
/>
),
}}
/> */}
{/* Event */}
<Stack.Screen