fix : ios dan tampilan

Deskripsi:
- modal crash
- input keyboard over lap
- detail pengumuman text color
- Scroll view tinggi 100 persen
- image user

nb : blm selesai semua
This commit is contained in:
2025-07-30 17:43:08 +08:00
parent 4394219f2a
commit 5898655fac
28 changed files with 545 additions and 441 deletions

View File

@@ -144,7 +144,9 @@ export default function CalendarDivision() {
refreshing={refreshing}
onRefresh={handleRefresh}
/>
}>
}
style={[Styles.h100]}
>
<View style={[Styles.p15]}>
<View style={[Styles.wrapPaper, Styles.p10]}>
<Datepicker

View File

@@ -351,7 +351,7 @@ export default function DocumentDivision() {
/>
<ModalLoading isVisible={loadingOpen} setVisible={setLoadingOpen} />
<ScrollView
style={{ height: "100%" }}
style={[Styles.h100]}
refreshControl={
<RefreshControl
refreshing={refreshing}