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

@@ -12,7 +12,7 @@ export default function UpdatePhotoProfile() {
bottomBarComponent={
<ButtonCustom
onPress={() => {
console.log("Simpan foto");
console.log("Simpan foto profile >>", id);
router.back();
}}
>
@@ -31,9 +31,10 @@ export default function UpdatePhotoProfile() {
</BaseBox>
<ButtonUpload
title="Update"
onPress={() => {
console.log("ID >>", id);
router.navigate("/(application)/profile/[id]/take-picture");
console.log("Update photo >>", id);
router.navigate(`/(application)/take-picture/${id}`);
}}
/>
</ViewWrapper>