I have implemented pushy notification in my react-native project following below link: https://pushy.me/docs/additional-platforms/react-native
I am facing problem on Android, I am getting the notification but on clicking on notification from the notification bar, I am not getting any callback or control on react-native method => Pushy.setNotificationListener
According to documentation, we have to get the call in Pushy.setNotificationListener method.
Please let us know how to proceed in this as soon as possible.