Skip to content

abhishek12414/react-native-ota-example

Repository files navigation

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"