oney / react-native-gcm-android

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

Payload when clicking on the notification #25

Open avishayil opened 8 years ago

avishayil commented 8 years ago

Hi, Can I set event listener when clicking on notification when the app is closed, open the app and perform a custom action based on the data?

oney commented 8 years ago

Now this module uses https://github.com/Neson/react-native-system-notification to create notification in 0.1.7. You can get payload in DeviceEventEmitter.addListener('sysNotificationClick' listener. Give a try and give me feedback, thanks!