Expo Push Notifications Not Working

Thank you it works. Found it in doc.

{
  "expo": {
    ...
    "android": {
      ...
      "useNextNotificationsApi": true,
    }
  }
}
1 Like