Ignore push notifications

I like how ios ignores push notifications while i am in the app, how can I copy this in android?

Hi @pickettn58, you should be able to do this in the notifications handler, and choosing to ignore the notification if your app is in the foreground with AppState:

Notifications Handler:
https://docs.expo.io/versions/latest/guides/push-notifications/#3-handle-receiving-andor-selecting-the-notification

AppState:

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