From 20269137c891cb7de9e631423448c9080e9183cc Mon Sep 17 00:00:00 2001 From: Artal Druk Date: Thu, 18 Apr 2019 10:46:57 +0300 Subject: [PATCH] expose missing supportedEvents --- RNNotifications/RNNotifications.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RNNotifications/RNNotifications.m b/RNNotifications/RNNotifications.m index 533235a..cafa406 100644 --- a/RNNotifications/RNNotifications.m +++ b/RNNotifications/RNNotifications.m @@ -327,7 +327,10 @@ RCT_EXPORT_MODULE() RNNotificationsRegistrationFailed, RNNotificationReceivedForeground, RNNotificationReceivedBackground, - RNNotificationOpened]; + RNNotificationOpened, + RNNotificationActionReceived, + RNPushKitRegistered, + RNNotificationActionTriggered]; } -- 2.26.2