fix : ios
Deskripsi: - title home align left - nama file pada view banner - modal crash pada group dan jabatan No Issues
This commit is contained in:
@@ -12,7 +12,7 @@ export default function HeaderRightBannerList() {
|
||||
return (
|
||||
<>
|
||||
<ButtonMenuHeader onPress={() => { setVisible(true) }} />
|
||||
<DrawerBottom animation="slide" isVisible={isVisible} setVisible={setVisible} title="Menu">
|
||||
<DrawerBottom animation="slide" isVisible={isVisible} setVisible={() => setVisible(false)} title="Menu">
|
||||
<View style={Styles.rowItemsCenter}>
|
||||
<MenuItemRow
|
||||
icon={<AntDesign name="pluscircle" color="black" size={25} />}
|
||||
|
||||
Reference in New Issue
Block a user