This repository was archived by the owner on Jan 14, 2025. It is now read-only.
5.0.0
Breaking changes
- (Android/iOS) Unify returned values between iOS and Android #1516.
- (Android/iOS)
.popInitialNotification(callback)now return the same format asonNotification(). - (Android)
popInitialNotificationinconfigure()now trigger only once on app startup, same as iOS. - (Android)
notification.foregroundnow return the good value, before the value wasfalsemost of the time.
Features
- (Android) Add function
createChannelfor custom Android channel support #1509 - (Android) Add Android
messageIdto enable integration withreact-native-firebase/messaging#1510 - (Android) Add support for
onlyAlertOnceproperty #1519 - (Android) Allow to change default notification channel name after it's creation #1549
Fixed
- (Android)
popInitialNotificationinconfigure()now trigger only once and do not trigger twiceonNotification()when user press the notification, more details: #1516. - (Android)
notification.foregroundnow return the good value, before the value wasfalsemost of the time.