expo build:android
expo build:android -t app-bundle
#install eas-cli
npm install -g eas-cli
#build apps
eas build
#login to expo.io to show build list
eas build -p android
# expo build has been replaced with eas.
# To install eas run 'npm install -g eas-cli' before the above