zetavg / react-native-system-notification

Android system notifications for React Native. Supports push notifications with GCM integrated.
https://www.npmjs.com/package/react-native-system-notification
244 stars 102 forks source link

NotificationPackage has no constructor parameter #57

Closed reneviering closed 7 years ago

reneviering commented 7 years ago

It leads to an error if i pass this (current activity) to the NotificationPackage constructor. Removing »this«, it works like a charme!

zetavg commented 7 years ago

Thanks!