Skip to content

NBA Game Score, one of two team score greater 100, user' phone will recive notification.(It is only Front End App)

Notifications You must be signed in to change notification settings

qzw881130/nba_push_score2

Repository files navigation

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/)

About

NBA Game Score, one of two team score greater 100, user' phone will recive notification.(It is only Front End App)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published