Expo Notifications in foreground does not trigger function in my apk build
I use native notify to get notifications and they work perfectly in the background. But when I am inside the app and send myself a notification, nothing happens. It should trigger my function onRefresh(), as it does when I get the notification in background.