Generating push token for device using expo push-notification in bare react native
I am using expo push-notification library to generate device push token and using it to send the notifications to the devices. It is working fine in expo managed workflow but when i am using the function token = await Notifications.getExpoPushTokenAsync({});…