xxxxxxxxxx
you should make isOpen value to false before closing modal you can use this
onWillDismiss={(ev) => {setIsOpen(false)}
isOpen uses a one-way data binding, meaning it will not automatically
be set to false when the modal is dismissed. Developers should listen for
the ionModalDidDismiss or didDismiss event and set isOpen to false
check ionic modal doc here
https://ionicframework.com/docs/api/modal