Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Update pick-image.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yehezkieldio authored Feb 18, 2024
1 parent 96183be commit 27cc365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/forms/complain/laporan/pick-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 27cc365

Please sign in to comment.