fix: improve image quality setting and enhance error handling in image upload
All checks were successful
Build App / build (push) Successful in 7m10s
All checks were successful
Build App / build (push) Successful in 7m10s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user