CatalystCode / react-native-azurenotificationhub

React Native module to support Azure Notification Hub push notifications on Android, iOS, and Windows.
MIT License
47 stars 75 forks source link

How can I handle notification click in azure notification IOS #197

Open vandana87 opened 3 years ago

vandana87 commented 3 years ago

I am using azure notification hub in my react native project. I need to call the api when the notification is clicked and navigate it to specific page. I am not able to get the click action when notification is clicked in notification tray. can anyone please advice on this issue.