upd: ios dan komponen modal

Deskripsi:
- update ios
- komponen modal loading on click backdrop

No Issues
This commit is contained in:
2025-08-12 11:43:53 +08:00
parent 1089afb6aa
commit e8e5af7126
2 changed files with 8 additions and 9 deletions

View File

@@ -13,7 +13,9 @@ export default function ModalLoading({ isVisible, setVisible }: Props) {
animationOut={"slideOutDown"}
isVisible={isVisible}
hideModalContentWhileAnimating={true}
onBackdropPress={() => { setVisible(false) }}
onBackdropPress={() => {
// setVisible(false)
}}
>
<ActivityIndicator size="large" />
</Modal>

File diff suppressed because one or more lines are too long