Expo Push Notifications not popping in Android phones (Floating Notifications)
I've finally made it work using Expo.Notifications.createChannelAsync
using priority: "max"
and when sending a message add channelId: "mychannel"
.
I've finally made it work using Expo.Notifications.createChannelAsync
using priority: "max"
and when sending a message add channelId: "mychannel"
.