New repo mobile after delete ! #1

Merged
bagasbanuna merged 233 commits from api/24-oct-25 into main 2025-10-27 11:32:16 +08:00
89 changed files with 4062 additions and 387 deletions
Showing only changes of commit 3d9672154c - Show all commits

View File

@@ -32,6 +32,22 @@ export default function UserLayout() {
}}
/>
{/* Profile */}
<Stack.Screen
name="profile"
options={{
headerShown: false,
}}
/>
{/* Portofolio */}
<Stack.Screen
name="portofolio"
options={{
headerShown: false,
}}
/>
{/* User Search */}
<Stack.Screen
name="user-search/index"
@@ -95,14 +111,6 @@ export default function UserLayout() {
headerLeft: () => <BackButton />,
}}
/>
{/* Portofolio */}
<Stack.Screen
name="portofolio"
options={{
headerShown: false,
}}
/>
</Stack>
</>
);

View File

@@ -9,16 +9,6 @@ export default function ApplicationLayout() {
<Stack screenOptions={HeaderStyles}>
<Stack.Screen name="(user)" options={{ headerShown: false }} />
{/* Profile */}
<Stack.Screen
name="profile"
options={{
headerShown: false,
}}
/>
{/* Take Picture */}
<Stack.Screen
name="take-picture/[id]/index"