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 Play Services version requirement #72

Open zoontek opened 7 years ago

zoontek commented 7 years ago

When another dependency require 'com.google.android.gms:play-services-gcm', the versions mismatch and the build fail.

Solve this issue: https://github.com/Neson/react-native-system-notification/issues/48

micksabox commented 7 years ago

Any change of getting this merged?