diff --git a/RNNotifications/RNNotifications.m b/RNNotifications/RNNotifications.m index 533235a19b4a7651d5f890ed0d8f46d78936acd8..cafa406e9dd54c05a5bbc9ea827c03cdaec72174 100644 --- a/RNNotifications/RNNotifications.m +++ b/RNNotifications/RNNotifications.m @@ -327,7 +327,10 @@ RCT_EXPORT_MODULE() RNNotificationsRegistrationFailed, RNNotificationReceivedForeground, RNNotificationReceivedBackground, - RNNotificationOpened]; + RNNotificationOpened, + RNNotificationActionReceived, + RNPushKitRegistered, + RNNotificationActionTriggered]; }