fix: improve image quality setting and enhance error handling in image upload
All checks were successful
Build App / build (push) Successful in 7m10s

This commit is contained in:
2026-03-01 17:06:36 +01:00
parent cb33fb8b53
commit 2e64661436
2 changed files with 8 additions and 4 deletions

View File

@@ -770,7 +770,7 @@ function ImageRotatorFields({ form, onChange, onUrlsChange }: ImageRotatorFields
}
const result = await ImagePicker.launchImageLibraryAsync({
mediaTypes: "images",
quality: 0.8,
quality: 1,
base64: true,
});
if (result.canceled) return;