react-native-ua
react-native-ua copied to clipboard
on_notification not triggered when app in background in android
I have set up the project for both ios and android. onNotificationOpened
and onNotificationReceived
works fine for android, but nothing happens if the app is in background. For ios, on_notification
gets triggered in background if the background processing flag is turned on for a message in Urban Airship. Am I missing something?