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

Error in BackgroundService #74

Closed stigmat4j closed 7 years ago

stigmat4j commented 7 years ago
/home.../node_modules/react-native-gcm-android/android/src/main/java/com/oney/gcm/BackgroundService.java:34: error: constructor NotificationPackage in class NotificationPackage cannot be applied to given types;
                .addPackage(new NotificationPackage(null))
                            ^
  required: no arguments
  found: <null>
  reason: actual and formal argument lists differ in length
1 error
:RNGcmAndroid:compileReleaseJavaWithJavac FAILED