staltz / react-native-android-local-notification

Other
10 stars 10 forks source link

Channel Id problem for android.VERSION_CODES.O #8

Open selcukoguz opened 5 years ago

selcukoguz commented 5 years ago

On this plugin have error for NotificationChannel for android.VERSION_CODES.O

I solve this adding some code to your "Notification.java" file.

Add the lines below to Notification.java file very top of,

Add the method below, same file

And then add the following lines to build() methot in same file,

jsamr commented 5 years ago

@selcukoguz See #4

Hassaan68 commented 4 years ago

Thanks. i recommend these changes to be added in next version