oney / react-native-gcm-android

GCM for React Native Android
MIT License
172 stars 76 forks source link

SysNotificationClick as Listener doesn´t work for me (Android) #68

Open BigPun86 opened 7 years ago

BigPun86 commented 7 years ago

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);

});