react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
741 stars 285 forks source link

feat: include response actionIdentifier in event #197

Closed vonovak closed 3 years ago

vonovak commented 3 years ago

motivation

the current implementation of didReceiveNotificationResponse which "Asks the delegate to process the user's response to a delivered notification." ignores the user response.

This fixes the issue, and user's action identifier will be present in actionIdentifier field in the JS event payload.