I was using this package for in-app notification on ios and wanted to allow user to close notification by tapping a cross button and also pass additional data to my onPress handler from the NotificationBody component, so i updated the library's code to do that and thought it might be useful to some other dev as well, so here's the pull request.
I was using this package for in-app notification on ios and wanted to allow user to close notification by tapping a cross button and also pass additional data to my
onPress
handler from theNotificationBody
component, so i updated the library's code to do that and thought it might be useful to some other dev as well, so here's the pull request.