react-native-push-notification
react-native-push-notification copied to clipboard
Is there a way to disable onNotification when receiving a remote notification?
When a remote notification is received, Is there a way to prevent onNotification from being called? There is an action to record an event in this, and it is inconvenient to call this place just by receiving a notification.
Shouldn't onNotification be triggered when a notification is opened? Why is it set to work even when a remote notification is received?
I am using a good library well, and I hope there is a good solution. 😊