npm install -g eas-cli
Create an expo account and then
eas login
eas build:configure
For Getting apk file
eas build -p android --profile preview
For aab extension file for playstore update
eas build
Now check in https://expo.dev/ for the builds and download it from there