Using expo-cli with bare workflow

I have just upgraded from a SDK 35 Expokit based app. I was using the expo-cli to bundle everything. I have now created a new project under SDK 37 (expo-template-bare-minimum) and plan to use the new app.config.js.

How can I use the bare workflow with the metro bundler that expo-cli launches?

In the iOS project, under Build Phases > Start Packager it seems that it’s spinning up the react-native packager.

I want to be able to run “expo start” in terminal and then run the app via Xcode.

1 Like