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

action pop up

jkobject opened this issue · comments

Hello !

thank you for this nice package!
We are building a chat app and would need to be able to have action from within the pop up.
We will try to make a pull request ASAP.
If you have any advices it would be most welcomed!

Best,

@jkobject You mean an action button on the pop up? Great! Would love to see that.

Currently, I implement only the default style of ios push notification. I cannot imagine an action button on it yet. Maybe you can add a new type of popup that is styled to match.

I will definitely look into it as well, cause the current code structure is pretty naive. I would like it to be more expandible too. Thanks for your interest on this!