upd: ios dan komponen modal
Deskripsi: - update ios - komponen modal loading on click backdrop No Issues
This commit is contained in:
@@ -13,7 +13,9 @@ export default function ModalLoading({ isVisible, setVisible }: Props) {
|
|||||||
animationOut={"slideOutDown"}
|
animationOut={"slideOutDown"}
|
||||||
isVisible={isVisible}
|
isVisible={isVisible}
|
||||||
hideModalContentWhileAnimating={true}
|
hideModalContentWhileAnimating={true}
|
||||||
onBackdropPress={() => { setVisible(false) }}
|
onBackdropPress={() => {
|
||||||
|
// setVisible(false)
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<ActivityIndicator size="large" />
|
<ActivityIndicator size="large" />
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user