rishabhbhatia / react-native-awesome-alerts

Awesome alerts for React Native, works with iOS and Android.
MIT License
520 stars 71 forks source link

Fix outside click no longer working after closed once #112

Open bezbos opened 2 years ago

bezbos commented 2 years ago

Fixes the issue where you would tap outside the prompt and it would no longer open. This happens because the modal is closed but the state is not updated. My solution was to simply call the onCancelPressed which is also called when the "cancel" option is clicked.