Get Expo Push Notification data when app is closed

Check out the various cases here: https://docs.expo.io/versions/latest/guides/push-notifications#notification-handling-timing

When the app is opened from being closed, it gets the data in props.exp.notification in the top-level React.Component.

1 Like