amalia/03-jun-26 #55

Merged
amaliadwiy merged 361 commits from amalia/03-jun-26 into v-2.2.0 2026-06-08 11:32:17 +08:00
208 changed files with 4768 additions and 1665 deletions
Showing only changes of commit 60278fee16 - Show all commits

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],
});