Relative Content

Tag Archive for react-nativepush-notificationandroid-notifications

notifee/react-native onForegroundEvent doesn’t work with React-native 0.74.5 ( sdk target 34)

my mobile app uses notifee library to display and manipulate notifications, and it works fine with targetSdkVersion 33. however when I upgrade to 34, the onForegroundEvent event is no longer working (everything else works fine). like the code below console.log(
[onForegroundEvent] notification id: ${notification?.id}, event type: ${EventType[type]}${pressActionLabel},
); not shown). Help me please