join #19

Merged
amaliadwiy merged 222 commits from join into v1 2026-02-09 11:18:03 +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],
});