react-native-push-notification
react-native-push-notification copied to clipboard
onNotification function inside PushNotification.configure is only called when we click on or open a notification.
Question
onNotification function is not getting called when we are receiving a notification but instead it is calling when we open a notification. we want this function to get call when we receive a notification or else, please suggest any other function which is called when we receive a notification, or how can i invoke any function when notification is received? Thank you!