We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e790a5 commit 168e7fcCopy full SHA for 168e7fc
docs/NativeModulesIOS.md
@@ -187,7 +187,7 @@ The native module can signal events to JavaScript without being invoked directly
187
- (void)calendarEventReminderReceived:(NSNotification *)notification
188
{
189
NSString *eventName = notification.userInfo[@"name"];
190
- [self.bridge.eventDispatcher sendAppEventWithName:@"EventReminder"
+ [self.bridge.eventDispatcher sendDeviceEventWithName:@"EventReminder"
191
body:@{@"name": eventName}];
192
}
193
0 commit comments