expo
Last updated
Was this helpful?
Last updated
Was this helpful?
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
enter yes for all questions
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.