zetavg / react-native-system-notification

Android system notifications for React Native. Supports push notifications with GCM integrated.
https://www.npmjs.com/package/react-native-system-notification
244 stars 102 forks source link

implement ongoing notification setting #81

Open oroce opened 7 years ago

oroce commented 7 years ago

I just implemented the ongoing option.

I tried to follow your coding style, if you have suggestions please let me know.

Also if you have suggestion how I should test this (without writing an example application, which I did to make sure everything works), I would love to that as well.