cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
815 stars 150 forks source link

Android: Display if view is not focused but no modals are shown either #155

Closed GunnarAK closed 4 years ago

GunnarAK commented 4 years ago

Fixes issue where an external view has focus, as discussed in #132. Resolves #132.

cooperka commented 4 years ago

Thanks for debugging these issues @GunnarAK, and for the code examples in your issue report. I can't easily verify that this works in every situation but it seems more flexible than before so I'll take it. Cheers.