Improve mobile photo quality for uploads and media rendering

This commit is contained in:
Adolfo Reyna
2026-02-21 21:35:34 -05:00
parent 270e4e1c2d
commit 5e05cba3ad
4 changed files with 8 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ let ProfileSettings = () => {
mediaTypes: ImagePicker.MediaTypeOptions.Images,
allowsEditing: true,
aspect: [4, 3],
quality: 0.5,
quality: 0.85,
//allowsMultipleSelection: true,
});
if (!result.canceled) {