@import UIKit; #import "RCTBridgeModule.h" @interface RNNotifications : NSObject + (void)didReceiveRemoteNotification:(NSDictionary *)notification; + (void)didReceiveLocalNotification:(UILocalNotification *)notification; @end