# Run App Producer locally

When there is new submitted from your clients or you, you as admin will get an email with the ID of the app to be made.

![](/files/-M2-de8n7VzK2aHy_n4Q)

Open **Mobile App** folder in Visual studio

Open Visual Studio Code's terminal run **npm run produce**.

From the menu, select the "Make Android" or "Make iPhone App" ( Mac Only ).

![](/files/-M2-dAR9g4etxnlMYIlV)

Soon as you enter the ID, press enter,&#x20;

The process will fetch all the required items and put into place.

Expo.io will start to ask you questions. Read and answer them&#x20;

At the end, It will compile the JS Bundle, create the Android App/iOS app and download link will be displayed&#x20;

All your app builds can be found [here](https://expo.io/builds).

Advance guide on creating iOS Apps

{% content-ref url="/pages/-LsMGgkc1jqEy95r9mmW" %}
[Make iPhone App for my Clients](/react-app-builder/advance-configurations/make-iphone-app-for-my-clients.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mobidonia.gitbook.io/react-app-builder/local/run-app-producer-locally.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
