Notification icon does not appear on Sdk38 with useNextNotificationsApi: true

Please provide the following:

  1. SDK Version:38.0.0
  2. Platforms(Android/iOS/web/all):Android/IOS

Hello guys! I’m not being able to show my Notification’s icon on an Expo Managed project. In IOS, my icon is not appearing. On Android, when I use “useNextNotificationsApi”: true, the icon appears but the notification listener does not work. When I remove “useNextNotificationsApi”: true from my app.json, my icon appear on Android but the listener does not appear anymore. It shows a gray box on Android and the default Expo icon on Android.

1 Like

Hey, there was a bug with the notification icons, but it’s been fixed and that fix will be included in the upcoming SDK 39 - [expo-notifications] Fix notification icon in standalone app & add large icon support on the android by lukmccall · Pull Request #9116 · expo/expo · GitHub

2 Likes

thanks @charliecruzan, can’t wait!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.