Expo notifications still displaying even after setNotificationHandler return false for shouldShowAlert on Android

just had a similar issue in iOS, we had previously set, iosDisplayInForeground: true in our app.json.

setting this to false, allowed Notifications.setNotificationHandler to do its thing.