Expo Push Notification re-rendering app if already open

Hi all,

I’m having a strange issue… I’m running in debug with an iPhone, so the app is open tough the Expo client and connected to my PC.
If I put the app in backgroun the notification is working well.
If I receive the notification while the app is already open, instead, i have a complete reload of the application (it reloads from App.js sending me back to the login as per my code).

I would like to understand why this happens and how to show the notification even when the user is using the app (since the notification, if tapped, gets the user to the specific view).

Thank you in advance!

_Update: same thing on Android devices

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