deskripsi:
- folder take-picture
This commit is contained in:
2025-07-04 16:32:44 +08:00
parent b54693caa7
commit 0b1fd05eec
7 changed files with 32 additions and 20 deletions

View File

@@ -166,6 +166,22 @@ export default function ApplicationLayout() {
),
}}
/>
{/* Take Picture */}
<Stack.Screen
name="take-picture/[id]/index"
options={{
title: "Ambil Gambar",
headerLeft: () => (
<Ionicons
name="arrow-back"
size={20}
color={MainColor.yellow}
onPress={() => router.back()}
/>
),
}}
/>
</Stack>
</>
);