Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 442 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 442 Bytes

Expo app demo - over the air update

This is a demo app to know about how we can push js change without updating the app from their app store.

To start the development server

npm start

To build apk

npm run build:<server-name>

npm run build:dev

To publish new update

eas update --branch <branch-name> --message "Updating the app"

eas update --branch development --message "Updating the app"