upd: edi photo

Deskripsi
- edit image before upload pada edit profile, tambah anggota dan edit anggota

No Issues
This commit is contained in:
2025-10-03 14:08:22 +08:00
parent 10d4c94cc1
commit 60278fee16
3 changed files with 3 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ export default function EditProfile() {
const pickImageAsync = async () => {
let result = await ImagePicker.launchImageLibraryAsync({
mediaTypes: ["images"],
allowsEditing: false,
allowsEditing: true,
quality: 1,
aspect: [1, 1],
});

View File

@@ -194,7 +194,7 @@ export default function CreateMember() {
const pickImageAsync = async () => {
let result = await ImagePicker.launchImageLibraryAsync({
mediaTypes: ["images"],
allowsEditing: false,
allowsEditing: true,
quality: 1,
aspect: [1, 1],
});

View File

@@ -221,7 +221,7 @@ export default function EditMember() {
const pickImageAsync = async () => {
let result = await ImagePicker.launchImageLibraryAsync({
mediaTypes: ["images"],
allowsEditing: false,
allowsEditing: true,
quality: 1,
aspect: [1, 1],
});