react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
741 stars 285 forks source link

Feat/add notification request #207

Closed Naturalclar closed 3 years ago

Naturalclar commented 3 years ago

201

adds addNotificationRequest method that will deprecate presentNotification and scheduleNotification method

Also added setNotificationCategories which will allow notifications with multiple action buttons and text input actions

uses UNNotificationRequest, because UILocalNotification is deprecated since iOS10