#import static NSString* const RNRegistered = @"remoteNotificationsRegistered"; static NSString* const RNRegistrationFailed = @"remoteNotificationsRegistrationFailed"; static NSString* const RNPushKitRegistered = @"pushKitRegistered"; static NSString* const RNNotificationReceived = @"notificationReceived"; static NSString* const RNNotificationOpened = @"notificationOpened"; static NSString* const RNPushKitNotificationReceived = @"pushKitNotificationReceived"; @interface RNEventEmitter : RCTEventEmitter + (void)sendEvent:(NSString *)event body:(NSDictionary *)body; @end