Hello,
Last implementation of disableOnBackPress is buggy. Sorry, I mislead you. If we add event to backHandler and set disableOnBackPress true, then even if modal is opened or not, back button is not working anymore until modal will be unmounted. So, disableOnBackPress control must be run when only modal is open like my first implementation. Can you check it again?
Thanks in advance.