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

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