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

[TIPS] For those who can't use this module #84

Open wongjiahau opened 5 years ago

wongjiahau commented 5 years ago

After you follow the installation instruction and you still cannot build this module.

Delete the following file:

node_modules/react-native-system-notification/android/src/main/java/io/neson/react/notification/FCMNotificationListenerService.java

After, it should work.