Add:"
- app/(application)/admin/

## NO Issue
This commit is contained in:
2025-08-05 17:40:46 +08:00
parent 48c34aa26c
commit c4c16f19c1
17 changed files with 857 additions and 73 deletions

View File

@@ -7,7 +7,8 @@ export default function ApplicationLayout() {
<>
<Stack screenOptions={HeaderStyles}>
<Stack.Screen name="(user)" options={{ headerShown: false }} />
<Stack.Screen name="(admin)" options={{ headerShown: false }} />
<Stack.Screen name="admin" options={{ headerShown: false }} />
{/* Take Picture */}
<Stack.Screen