Aug 21, 2024
npx Expo
and follow with start
or directly npx Expo
.npx Expo start
or npx Expo
.app.json
.npx Expo pre-build
.npx Expo run iOS
or npx Expo run Android
.Expo dev client
allows use of the default React Native debugging menu.Metro
server is running (npx Expo start
) when building through Xcode/Android Studio.app.json
to maintain custom settings across pre-builds.npx Expo run Android
with --variant release
.EAS build:configure
to set up the project for EAS.