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

React Native v0.29.0 compatibility. #55

Closed techrah closed 7 years ago

techrah commented 7 years ago

React Native 0.29.0 breaks plugins that pass an activity reference in the constructor. See release notes.

techrah commented 7 years ago

Bumped version numer to 0.2.0 since the change in constructor signature makes it a breaking update. Also updated the react-native version to 0.29.0.

zetavg commented 7 years ago

Thank you!