I’ve set up push notifications in my React Native app using Expo’s Notifications API. i am using expo sdk 54.0.10
Notifications work perfectly in Expo Go, but when I build the app using this command:
eas build --platform android --profile preview --clear-cache
the notifications don’t show up on the android device anymore Do I need to use something like OneSignal instead for push notifications to work on the preview build or is there any other potentially free ones i could use?
What’s the correct approach for getting Expo push notifications working outside Expo Go