react-native-simple-modal
react-native-simple-modal copied to clipboard
Android Hardware Back Button Doesn't Allow Modal Re-Open
I'm running into an issue on Android.
- Open Modal
- Press hardware back button
- The modal is now closed
- Tap to open the modal again
- Modal is not visible. I'm able to see the render and console log the bool I'm using to show the modal (which is true).
Any ideas why this is happening?
+1