npx expo login #must login first
nohup npx expo start -c --no-dev &
Using exp://{your-server-ip}:19000
to generate a QR Code, you can use any tool. for example qrcode-generator
1, pls visit https://expo.dev/client to download "Expo Go" App
if the user download fail, pls shake phone, then click "Reload", it will renew download.
- expo build android apk https://docs.expo.dev/build-reference/apk/
eas build -p android --profile preview --local --output output/android
adb devices
adb -s 72a1e28e install application-b6ba2795-20f9-4a8c-a41e-a2c7d9693392.apk
- no development, allow offline
npx expo start -c --no-dev --offline
npx expo start -c --offline
npx expo start -c --no-dev
- all user install
npx expo start -c --no-dev --tunnel
- local build ios [local build ios]](https://docs.expo.dev/app-signing/local-credentials/)