Detach from expokit completly

I detached an expo app to expokit, but now i want to remove expo completly (because i don’t need the hot-reload, but need static assets and fast startup times).

What are the steps to detach from expokit completly?

If I understand your post, you want to not use Expo or ExpoKit for your project. In this case, I’d recommend creating a new project with create-react-native-app, copying over your app.json and JavaScript files, and then running “npm eject” and choosing the option to eject to bare React Native.

1 Like