Submit App For Creation

D Documentation / Test and submit for creation Last updated on Updated  Aug 14, 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. Download package.json file

Download this package.json file and put in the same place where you added app.json

Run this command in your Command Prompt or terminal.

Navigate to the folder where app.json and package.json file is and run 

npm install


Step 5. Publish app

Follow the docs provided in the Publishing and updating section.