# Build Your First React Native app

> **NOTE** The Getting Started docs show you how to build your first Mitter.io app with our cloud-hosted sandbox only.
>
> To use it with your docker container, simply change the base API Url (when creating the mitter object) to the address of your running docker container.

To build your first react native app, you can start by using the react native starter app for mitter.io. To get it, clone the repo:

```
git clone https://github.com/mitterio/react-native-starter.git
```

And then use `yarn` or `npm` to install all the dependencies:

```
yarn install # or npm install
```

Unlike the other starter apps, the react-native apps require some additional setup from your side before the application can be run. To do so, follow the setup instructions on the [React native reference](/sdks/web/for-react-native.md) page.

Once your application is setup, you can follow the [tutorial for your first web app](/getting-started/build-your-first-react-native-app.md) as it uses the exact same components/modules and API for the starter app.


---

# 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://docs.mitter.io/getting-started/build-your-first-react-native-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.
