Notifications listener not working on Android

  1. SDK Version: 45.0.0
  2. Platforms(Android/iOS/web/all): Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on : Notifications

The listener in my expo react native app is not firing up in the case on Android devices. The notification receipt is all OK and the notification has been successfully sent (this happens even when using the testing tool).

Everything is working as expected for iOS devices but in Android devices the listeners just don’t seem to work (I am still on Expo go here). And yes I have already added "useNextNotificationsApi": true,

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