This is a demo app to know about how we can push js change without updating the app from their app store.
npm start
npm run build:<server-name>
npm run build:dev
eas update --branch <branch-name> --message "Updating the app"
eas update --branch development --message "Updating the app"