react-native-modalbox
react-native-modalbox copied to clipboard
backButtonClose cannot be safely updated when the modal is open
If e.g. backButtonClose is true when the modal is opened, and then set to false and the modal is closed, the BackHandler will not be unregistered and all future back button actions in the app will not work as expected.
I face the same issue. any update.