zo0r / react-native-push-notification

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

feat(Android): add android notification category type #2356

Open 0xlethe opened 1 year ago

0xlethe commented 1 year ago

For Android push notifications, they are always categorized under the Phone category. This doesn't give the desired category look to the push, so I made it possible to set this feature using the category field.

link