We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d2bbf commit df6b8bdCopy full SHA for df6b8bd
Libraries/PushNotificationIOS/RCTPushNotificationManager.m
@@ -219,7 +219,7 @@ - (void)handleRemoteNotificationReceived:(NSNotification *)notification
219
self.remoteNotificationCallbacks[notificationId] = completionHandler;
220
}
221
222
- [self sendEventWithName:@"remoteNotificationReceived" body:notification.userInfo];
+ [self sendEventWithName:@"remoteNotificationReceived" body:remoteNotification];
223
224
225
- (void)handleRemoteNotificationsRegistered:(NSNotification *)notification
0 commit comments