react-native-notifications
react-native-notifications copied to clipboard
getInitialNotification returns undefined
getInitialNotification returns undefined provided app was in killed state and app was opened via action button
let viewAction = new NotificationAction('VIEW_ACTION', 'foreground', 'View', true); let ViewCategory = new NotificationCategory('VIEW_CATEGORY', [viewAction]); Notifications.setCategories([ViewCategory]);