From 27cc3654cde9e1dca9f3c5f46447c7f5953ac99f Mon Sep 17 00:00:00 2001 From: Yehezkiel Dio Date: Sun, 18 Feb 2024 15:35:55 +0800 Subject: [PATCH] Update pick-image.tsx --- libs/components/src/forms/complain/laporan/pick-image.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/components/src/forms/complain/laporan/pick-image.tsx b/libs/components/src/forms/complain/laporan/pick-image.tsx index 457027b..60042c8 100644 --- a/libs/components/src/forms/complain/laporan/pick-image.tsx +++ b/libs/components/src/forms/complain/laporan/pick-image.tsx @@ -16,7 +16,7 @@ export const pickImage = async () => { try { const result = await Camera.getPhoto({ - quality: 75, + quality: 25, allowEditing: false, // resultType: CameraResultType.Uri, resultType: CameraResultType.Base64,