react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
732 stars 281 forks source link

Support for setting interruptionLevel (time-sensitive) in notifications #345

Closed varungupta85 closed 1 year ago

varungupta85 commented 2 years ago

iOS 15 introduced time-sensitive notifications which requires interruptionLevel to be set on the notification object. Something like shown below:

image

Other interruption levels are .active and .passive.