To submit your app to be compiled, click on the "Submit App"
Click on the Submit App button
Our automated process will compile, and build your mobile app in a few minutes - usually 10-20.
Next, you should see this screen.
Click on the Download App.json button
This file contains your app meta-data.
Place it in a folder.
When you receive an email, that your app is successfully produced, follow the instructions provided.
Instructions
Step 1. Install the Expo CLI
First, you will need Node.
Install it from here
Run this command in your Command Prompt or terminal.
Mac:
sudo npm install expo-cli --global
Windows (Open Command Prompt as administrator):
npm install expo-cli --global
Step 2. Login in the expo cli
Run the command: expo login
Username: mobidonia
Password: AppPreview
Step 3. Download the app.json file from the link above.
Create a folder and place the app.json file there.
Step 4. Publish app
In the same place where you have downloaded the app.json file, in Terminal or Command Prompt execute the following command.
To publish iOS App
expo bi --no-publish
To publish Android app
expo ba --no-publish
Follow the onscreen instructions from the console.
Learn more about the publishing process here.
https://docs.expo.io/versions/v28.0.0/distribution/building-standalone-apps/#3-start-the-build