evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

Allow channel name/description change #1118

Closed mjmasn closed 4 years ago

mjmasn commented 5 years ago

Removed the early return. Calling createNotificationChannel multiple times is safe, and will update the name/description if they've changed.

NB Importance can't be updated as the user may have chosen their own setting here

mjmasn commented 4 years ago

Closing as this package is deprecated and we have our own fork.