APK file Generation :

https://expo.dev/signup
expo login

To check which user you are logged in with, use the command :-

expo whoami

Edit Config

If you want to add the app to the playstore. You should add “versionCode”: 1 in app.json under “android”.

"android":{
    
    "versionCode":1
}

Finally run the following command :-

expo build:android

Then select the following options on the terminal :-

Download apk :-