Naman Gupta

Results 5 comments of 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...

@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...