Submit App For Creation

D Documentation / Test and submit for creation Last updated on Updated  Mar 22, 2019

To submit your app to be compiled, click on the "Submit App"

ey8636XDnTWnhqLEpRfs6nz8Kku3VaLWI2KTDixd.png

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. 

a5DY0IMFXqFo8noNw9kqLghAA0SyLCzbxEITDblx.png

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

https://nodejs.org/en/


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


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