How to access title & body text from a notification event?

Expo.Notifications.addListener(listener) does not appear to include title or body text.

The only attributes available are origin, data, remote

https://docs.expo.io/versions/v29.0.0/sdk/notifications#origin-string----either-selected-or-received

Where else can I look for the title and body text?

answer can be found here Foreground notifications when app is opened contain empty data

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.