I was going to remove it from DisplayedNotification too (https://github.com/notifee/react-native-notifee/blob/master/src/types/Notification.ts#L126) but, from briefly testing it, it seems like you don't get the trigger property on Android when calling getDisplayedNotifications(). Is this a platform limitation on the Android side or an omission in Notifee and it should be present on both?
@liamjones thanks for this p/r ❤️ it may be a limitation sadly, from what I remember which is why it's marked as iOS-only. but I will double-check and get back to you on this
...since it now works on Android too.
I was going to remove it from DisplayedNotification too (https://github.com/notifee/react-native-notifee/blob/master/src/types/Notification.ts#L126) but, from briefly testing it, it seems like you don't get the
trigger
property on Android when callinggetDisplayedNotifications()
. Is this a platform limitation on the Android side or an omission in Notifee and it should be present on both?