Closed christiamomana closed 4 years ago
I dont know if this is the right way, but
<PickerModal
ref={(ref) => modalRef = ref}
ModalProps={{
onRequestClose: () => {
modalRef._onBackRequest();
}
}}
This works..
Thanks this worked!
Android native button does not close the modal