Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.64 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.64 KB

NBA Push Score Expo App

Product Server Setup

1, Start Server

npx expo login  #must login first
nohup npx expo start -c --no-dev  &

2, Generate QR Code(The below Demo)

Using exp://{your-server-ip}:19000 to generate a QR Code, you can use any tool. for example qrcode-generator

User installation

1, pls visit https://expo.dev/client to download "Expo Go" App

2, Scan the QR code below with Expo Go (Android) or the Camera app (iOS)

Download

3, after Download && Install, pls grant "Push notification" function.

if the user download fail, pls shake phone, then click "Reload", it will renew download.

Push effection

Other Development Experience

  1. 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 
  1. no development, allow offline
npx expo start -c --no-dev  --offline 
npx expo start -c  --offline 

npx expo start -c --no-dev 
  1. all user install
npx expo start -c --no-dev --tunnel
  1. local build ios [local build ios]](https://docs.expo.dev/app-signing/local-credentials/)