Skip to content

Releases: zo0r/react-native-push-notification

8.1.1

01 Oct 14:23
Compare
Choose a tag to compare

Fixed

  • (iOS): Raise @react-native-community/push-notification-ios version #2151
  • (iOS): Fix iOS repeated notification timing #2150

8.1.0

03 Sep 09:32
Compare
Choose a tag to compare

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

24 Aug 17:40
Compare
Choose a tag to compare

Fixed

  • (Android): Fix bug cancelLocalNotification() does not work on Android #2122

8.0.0

19 Aug 08:55
Compare
Choose a tag to compare

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

24 Jun 16:13
Compare
Choose a tag to compare

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

19 Jun 19:46
Compare
Choose a tag to compare

Fixed

  • (Android) Fix: Foreground notifications missing small icon. #1927

7.3.1

12 May 18:16
Compare
Choose a tag to compare

Fixed

  • (Android) Pin the firebase-messaging dependency to 21.1.0.
  • (Android) Fix: android missing channelId warning should now show #1995.

7.3.0

12 May 11:26
Compare
Choose a tag to compare

Features

  • (Android) Add constants for notification importance #1959

Fixed

  • (Android) Fix: Task :react-native-push-notification:compileDebugJavaWithJavac FAILED #1979

7.2.3

18 Mar 15:45
Compare
Choose a tag to compare

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

04 Mar 19:08
Compare
Choose a tag to compare

Fixed

  • (Android) Fix: Could not invoke RNPushNotification.getDeliveredNotifications. #1878
  • (fix) deep clone details and notifications. #1793