I am building a React Native app with Expo, and I am using Expo Notifications.
If I go to build this app on iOS and Android, will Expo Notifications still work on the built app? Or is this something that only works so long as the app runs on Expo?
I am building a React Native app with Expo, and I am using Expo Notifications.
If I go to build this app on iOS and Android, will Expo Notifications still work on the built app? Or is this something that only works so long as the app runs on Expo?
The short answer is: Yes.
It's just a library after all, and requires installation in both workflows.
It might be worth re-visiting the concepts and architecture of Expo, and understanding how it all works. But I can anecdotally state that it works after build.
Was there a reason you suspected it wouldn't?