Expo notifications not working when channel id is used
Fixed it! The issues was that I needed to add android.useNextNotificationsApi: true
to the app.json.
Then I had to do expo:build
and manually upload the build.
Fixed it! The issues was that I needed to add android.useNextNotificationsApi: true
to the app.json.
Then I had to do expo:build
and manually upload the build.