react-native-notifications icon indicating copy to clipboard operation
react-native-notifications copied to clipboard

getInitialNotification returns undefined

Open satvicmovement opened this issue 7 months ago • 0 comments

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]);

satvicmovement avatar Apr 29 '25 08:04 satvicmovement