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

Update README #62

Closed andy9775 closed 7 years ago

andy9775 commented 7 years ago

React Native 0.29.0 changed application configuration. MainActivity no longer supports getPackages method.

zetavg commented 7 years ago

Will new NotificationPackage() work if we omit that this passed in as the first argument?

(Originally new NotificationPackage(this))

zetavg commented 7 years ago

Oh, I see that #57 is saying about that problem 😆

andy9775 commented 7 years ago

Yup. NotificationPackage doesn't take any args in the constructor

zetavg commented 7 years ago

Thanks!