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

GCM Dependency Conflict! #16

Closed dcflow closed 6 years ago

dcflow commented 8 years ago

Hi,

Your package requires play-services-gcm:8.1 and the rn gcm package requires the 8.3 version. There should be a different solution than adding the gcm package as a peer.

Thank You!

zetavg commented 8 years ago

I've discussed this with the author of gcm package a few days ago, I'll fix this by adding a dependency to gcm package and issue a PR to remove the notification dependency on gcm package. Thank you for reporting!