Ignore push notifications

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: