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 0.29 breaks this plugin #54

Closed techrah closed 7 years ago

techrah commented 7 years ago

Can no longer do new NotificationPackage(this)

According to the release notes, plugin will need to extend ReactContextBaseJavaModule and use getCurrentActivity.

I tried briefly to fix but getting an error trying to resolve getCurrentActivity. I'm also getting package name errors (names that do not correspond to the file path).

techrah commented 7 years ago

Submitted PR #55 to resolve this issue.