

REACT NATIVE XCODE 12.4 ANDROID
: Fixes an issue with Android 12 when tapping on a notification (Fixes #250).: Add support to set largeIcon for AndroidStyle.BIGPICTURE to null (Fixes #270).To learn more, see Permissions documentation for iOS, and Android. NotificationSettings consists of two properties authorizationStatus and ios, where ios is a nested object of type NotificationSettingsIOS. BREAKING CHANGE: Added support for checking permissions on Android which introduces a breaking change to requestPermission and getNotificationSettings APIs.īoth APIs have been updated to return an object of type NotificationSettings, in replace of NotificationSettingsIOS.: Fixes an issue where a quick action with an id of default failed to open the app.: Fixes an issue where quick actions always opens the app on Android 12 (Fixes #315).: Fixes an issue with NotificationSettings returning the wrong property name for authorizationStatus on iOS (Fixes #333).: Fixes an issue when canceling trigger notifications created via AlarmManager to prevent "Maximum limit of concurrent alarms 500 reached for uid" error being thrown (Fixes #349).To learn more, see Triggers documentation for Android.


: Allows repeatFrequency to be set to -1 when creating notifications (Fixes #384).Introduces a new property lightUpScreen on the NotificationAndroid interface (PR #403). : Implements support to light up the screen when a notification is displayed.: Elimates the need to add the local maven repository manually to your project (PR #414).: Fixes an issue around displaying a heads-up notification on Xiaomi devices by adding the permission ACCESS_NOTIFICATION_POLICY to the AndroidManifest (Fixes #296).: Fixes an issue when recreating the trigger notifications after a reboot with AlarmManager (Fixes #422).: Fixes an issue when creating a one-time trigger notifications with AlarmManager (Fixes #445).To learn more, view the Foreground Notifications documentation (Enhancement #382).
REACT NATIVE XCODE 12.4 UPDATE
There are no breaking changes, but we encourage you to update your project as soon as you can if you set custom IOSForegroundPresentationOptions.

These new options should be used as a replacement for the alert option which is now deprecated in notifee notifee will fallback to using Apple's UNNotificationPresentationOptionAlert option for iOS 13 when either banner or list is set to true.
REACT NATIVE XCODE 12.4 CODE
Should not require any code changes to these RNFB event handlers, as events on Android will continue to work as normal OnNotificationOpenedApp and getInitialNotification from RNFB Messaging will no longer trigger as notifee will handle the event.
