expo

changed expo managed to bare workflow

If you already have an Expo managed workflow app and you need to customize the native code, you can generate the native projects by running expo prebuild.

enter yes for all questions

Next step run expo eject in your terminal

enter yes for all questions

next step for ios

run in your terminal cd ios and then pod install

If success run in your terminal cd ...

Now we just run yarn ios / npm run ios or yarn android / npm run android to start the JavaScript bundler server and build the project binary. This requires Xcode or Android Studio, depending on the platform.

Last updated

Was this helpful?