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

Remove gcm peerDependency altogether #46

Closed ghost closed 8 years ago

ghost commented 8 years ago

The original gcm package is not maintained, there are lots of forks that do not fit into ^0.2.0 specifier. README says clearly you should use it if you want to do GCM things, so no need to put it into package.json. Moreover, maybe someone just wants to create a notification without tying it to gcm.

zetavg commented 8 years ago

Thanks!