Naman Gupta
Naman Gupta
This might be of help : ``` PushNotification.createChannel( () => { console.log('success'); }, () => { console.log('error'); }, { id: 'testchannel1', description: 'My first test channel', importance: 3, vibration: true...
Any updates? Did you get it resolved?
@FelixOBrien @TheRealNate Any updates? Have you guys solved the issue?
Yes, we need to create a channel and then assign a channel id to each type of notification for android 8 and above. But I am not sure how to...