amalia/23-okt-25 #1

Merged
amaliadwiy merged 203 commits from amalia/23-okt-25 into join 2025-10-27 11:19:44 +08:00
255 changed files with 9972 additions and 3472 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],
});