maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

backButtonClose cannot be safely updated when the modal is open #288

Open fnimick opened 4 years ago

fnimick commented 4 years ago

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.

kevinh717 commented 2 years ago

I face the same issue. any update.