8.0.0
版本发布时间: 2021-08-19 16:55:11
zo0r/react-native-push-notification最新发布版本:8.1.1(2021-10-01 22:23:33)
Breaking changes
-
userInfo
is no more populated with theid
of the notification, initialy included to cancel scheduled notifications. This change will probably not impact you. - Rename
cancelLocalNotifications
tocancelLocalNotification
(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 ofbigPictureUrl
for Android).
Fixed
- (Android): Fix bug cancelLocalNotifications() does not work on Android #2100