apn custom value not able to access in EAS

In your post, please share:

  • Whether you are bare or managed workflow
  • Your eas-cli >= 2.6.0
  • What you have tried so far

in the above image of json response i am get from apn(apple push notification). i am try to get recordid (notification.request.trigger.payload.recordid) which showed marked in image, i am not getting value and app getting closed. how do i will access this recordid value while receiving notification . can any one help me in this?

Blockquote
notificationListener.current = Notifications.addNotificationReceivedListener(notification => {
alert(“notification :”+JSON.stringify(notification.request.trigger)+“: values:”++JSON.stringify(notification.request.trigger.payload.recordid));
});