> For the complete documentation index, see [llms.txt](https://ecommero.gitbook.io/ecommero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecommero.gitbook.io/ecommero/installation/expo-app.md).

# Expo App

## E-commerce UI Theme App Expo

Run the following commands on your terminal to setup Ecommero Ecomerce UI Theme on your system.

#### Installation

* **Get the code**<br>

  * Opt #1. Download ZIP\
    \
    If you don't know how to use Git you can download Ecommero  E-commerce UI Theme by Clicking [here](https://gitstrap.com/Sharan/e-commerce-app). Extract the content of the zip files, please note that downloading will not sync with further updates of E-commerce UI Theme<br>
  * Opt#2. Clone\
    \
    To setup Ecommero - E-commerce UI Theme on your system, and sync with constant updates, clone the repo. Click [here](https://gitstrap.com/Sharan/e-commerce-app) to clone Ecommero - E-commerce UI Theme using GitStrap.

* **Install packages**\
  \
  \&#xNAN;**`cd e-commerce-app`**\
  **`npm install`** \
  or instead of `npm install` you can use `yarn install`

* **Run on iOS**
  * Run `expo start` in your terminal
  * &#x20;An expo interface will open select the option run on iOS simulator
  * To run on iOS device enter the url of expo given in opened interface in your expo app on iOS by downloading expo from AppStore<br>

* **Run on Android**
  * Run `expo start` in your terminal
  * Make sure you have an `Android emulator` installed and running
  * Click the option run on android emulator in the opened interface in your expo app&#x20;
  * To run on device scan the QR code given in opened expo app web interface


---

# 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:

```
GET https://ecommero.gitbook.io/ecommero/installation/expo-app.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.
