yarn @react-native-community/push-notification-ios 1.7.0
v1.7.0

latest releases: 1.10.1, 1.10.0, 1.9.0...
3 years ago

You can now add notifications with interactions 🎉

Notification With Action With TextInput Action

The following methods are added:

  • addNotificationRequest
  • setNotificationCategory
  • removeAllPendingNotificationRequests
  • getPendingNotificationRequests

Added deprecation notices for methods that were using deprecating methods since iOS10.

The following methods are now deprecated, and will be removed from the next major version release.

  • presentLocalNotification: use addNotificationRequest instead
  • scheduleLocalNotification: use addNotificationRequest instead
  • cancelAllLocalNotifications: use removeAllPendingNotificationRequests instead
  • getScheduledLocalNotifications: use getPendingNotificationRequests instead

Changelog

Don't miss a new push-notification-ios release

NewReleases is sending notifications on new releases.