Please provide the following:
- SDK Version: 38.0.0
- Platforms(Android/iOS/web/all): all
Is there a way to handle an expo push notification when the app is in background? like setNotificationHandler
is called when a notification is generated and app is in foreground. I want to do the same thing when the app is in background.
I want this because of real-time updates without using sockets or polling for ex. I just want to update in real time (without refreshing).