upd: konfirmasi modal
Deskripsi: - banner - group - position - member - diskusi umum - pengumuman - project - divisi - calendar divisi - diskusi divisi - tugas divisi No Issues
This commit is contained in:
@@ -42,6 +42,11 @@ export default function DrawerBottom({ isVisible, setVisible, title, children, a
|
||||
hideModalContentWhileAnimating={true}
|
||||
onBackdropPress={() => { setVisible(!backdropPressable) }}
|
||||
style={[{ justifyContent: 'flex-end', margin: 0 }]}
|
||||
animationOutTiming={500}
|
||||
animationInTiming={500}
|
||||
backdropTransitionInTiming={500}
|
||||
backdropTransitionOutTiming={500}
|
||||
useNativeDriverForBackdrop={true}
|
||||
>
|
||||
<View style={[Styles.modalContentNew, height != undefined ? { height: `${height}%` } : { height: '25%' }]}>
|
||||
<View style={[Styles.titleContainerNew]}>
|
||||
|
||||
Reference in New Issue
Block a user