You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to handle the onClicks on my Push Notifications doesn´t want to work. I never receive anything when i click on the push, although the app opens:
This doesn´t work for me:
DeviceEventEmitter.addListener('sysNotificationClick', function (e) {
console.log('PUSH sysNotificationClick: ', e);
});
The text was updated successfully, but these errors were encountered:
Trying to handle the onClicks on my Push Notifications doesn´t want to work. I never receive anything when i click on the push, although the app opens:
This doesn´t work for me:
The text was updated successfully, but these errors were encountered: