zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.73k stars 2.05k forks source link

Is it fine if I created multi channels ? #2339

Closed trinhnguyen81 closed 1 year ago

trinhnguyen81 commented 1 year ago

Question

I have to create channel because I need to change sound when the user select sound, are there any way to delete channel after push appears? I tried with onNotification but it just appear when the user click on push message or is it okay if I create multi channels and do not delete it?