> For the complete documentation index, see [llms.txt](https://mobidonia.gitbook.io/react-app-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobidonia.gitbook.io/react-app-builder/local/run-app-producer-locally.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
