Releases: zo0r/react-native-push-notification
Releases · zo0r/react-native-push-notification
8.1.1
Fixed
- (iOS): Raise @react-native-community/push-notification-ios version #2151
- (iOS): Fix iOS repeated notification timing #2150
8.1.0
Features
- (iOS) Upgrade
@react-native-community/push-notification-ios
to version 1.10.0
- (iOS) Allow
month
, week
, day
, hour
, minute
as repeatType
for iOS.
- (Android) Allow HTML tags to be used for styling in bigText field only #2067.
Fixed
- (Android): Fix Android 12 PendingIntent #2130
8.0.1
Fixed
- (Android): Fix bug cancelLocalNotification() does not work on Android #2122
8.0.0
Breaking changes
userInfo
is no more populated with the id
of the notification, initialy included to cancel scheduled notifications. This change will probably not impact you.
- Rename
cancelLocalNotifications
to cancelLocalNotification
(deprecation notice).
Features
- (iOS) upgrade
@react-native-community/push-notification-ios
to version 1.9.0
picture
is now support for both Android and iOS, (alias of bigPictureUrl
for Android).
Fixed
- (Android): Fix bug cancelLocalNotifications() does not work on Android #2100
7.4.0
Features
- (Android): Allow for repeat to specify amount of the given repeat type. #2030
- (iOS): Add support for subtitle notification property. #2063
7.3.2
Fixed
- (Android) Fix: Foreground notifications missing small icon. #1927
7.3.1
Fixed
- (Android) Pin the firebase-messaging dependency to
21.1.0
.
- (Android) Fix: android missing channelId warning should now show #1995.
7.3.0
Features
- (Android) Add constants for notification importance #1959
Fixed
- (Android) Fix: Task :react-native-push-notification:compileDebugJavaWithJavac FAILED #1979
7.2.3
Fixed
- (Android) Fix: Notification drawer doesn't close after click on action that navigates you to app #1914
- (iOS) Fix: foreground notification property #1916
7.2.2
Fixed
- (Android) Fix: Could not invoke RNPushNotification.getDeliveredNotifications. #1878
- (fix) deep clone details and notifications. #1793