Build standalone detached app

I detached my app to use custom push notifications (action buttons).
Now I need to publish my app - how to build app without expo server? Is it possible, or I need move my app to pure react-native app (without expo kit) ?

Hi! When developing with ExpoKit, you still publish your JS using XDE/exp, but you’ll need to compile the native binary yourself. We have a bit of documentation about this here.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.