carsonwah / react-native-push-notification-popup

A <NotificationPopup/> component for presenting your own push notification in react-native app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screen is locked after dismissing the popup

carsonwah opened this issue · comments

Now the conditional rendering does not include the outer full-screen container, which blocks the screen even when the popup is not presented.

Thanks @dan-mahoney-aquicore for reporting this issue.

Fixed in #4 .