react-native-push-notification / ios

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

add completion handler callback to addNotificationRequest #343

Open tavour-frank opened 2 years ago

tavour-frank commented 2 years ago

This wires up the completionHandler for addNotificationRequest across the bridge, exposing any error to the JS side, and allowing callers to take any actions needed on success/failure for addNotificationRequest.

tavour-frank commented 2 years ago

As users of this library, this is particularly useful for us in wiring up business analytics to track successful + failed calls when leveraging the addNotificationRequest method