Does react-native-notifications have support for notification channels?
It doesn't seem to be working for me.
I configured the notification channels in my app (https://developer.android.com/training/notify-user/channels.html) and when I send a notification, either from FCM console, or from firebase-admin NodeJS the notification is received by a notification channel named "Channel Name", rather than the one specified when sending the notification.
Debugging, I can the notification data as received by the app (Notifications.events().registerNotificationReceivedForeground()) contains the correct notification channel id ("gcm.notification.android_channel_id").
Is there something I need to configure to get react-native-notifications to receive notification via the correct channel or is it simply not supported?
Me too looking for this.
For me, it simply shows "Channel Name" in the android notification settings.
I'm trying to use the local notification.
Get data from firebase and show it as a local notification.
I tried to find the source code it uses default channel name and id.
https://github.com/wix/react-native-notifications/blob/ce7d56c99603df681b8229fbb821dc728ab5d2d2/lib/android/app/src/main/java/com/wix/reactnativenotifications/core/notification/PushNotification.java#L146
Anyone Fixing this?
Any fix for this?
I created a PR addressing this issue, you can find it here #535
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
The issue has been closed for inactivity.
Most helpful comment
I created a PR addressing this issue, you can find it here #535