fix : ios

Deskripsi:
- tambah edit banner
- tambah edit anggota
- new folder dokumen divisi
- rename file folder dokumen divisi
- tambah kalendar divisi > tanggal dan time
- edit kalender divisi > tanggal dan time
- tambah diskusi umum
- multi file pada tambah file project
- multi file pada tambah file task divisi

No Issues
This commit is contained in:
2025-08-01 17:39:58 +08:00
parent 7c713cc6e0
commit 589068703d
14 changed files with 59 additions and 39 deletions

View File

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