diff --git a/src/libs/Notification/PushNotification/index.native.js b/src/libs/Notification/PushNotification/index.native.js index 0121ea058642..8556fd6194ec 100644 --- a/src/libs/Notification/PushNotification/index.native.js +++ b/src/libs/Notification/PushNotification/index.native.js @@ -85,7 +85,7 @@ function init() { PushNotification.setPushNotificationOptInStatus(true); } - pushNotificationEventCallback(EventType.PushReceived, notification); + pushNotificationEventCallback(EventType.PushReceived, notification.pushPayload); }); // Note: the NotificationResponse event has a nested PushReceived event,