evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

failed to post notification on channel 'default' #1004

Closed ailton-moreira closed 5 years ago

ailton-moreira commented 5 years ago

Hi I'm working with this library and I'm testing notification but it is not woking. it appear me this error message. Can anyone help me? thank you. screenshot_1532000016

navata commented 5 years ago

I have same isssue !

evollu commented 5 years ago

have you registered notification channel? there is an extra piece of code you need to put in https://github.com/evollu/react-native-fcm/blob/master/Examples/simple-fcm-client/app/App.js#L38

ailton-moreira commented 5 years ago

@evollu thank you, it is working now 👍