# Development environment

## Requisite setup

First, this is very important, please make sure you have already installed and run the simulator successful base on this guide - <https://reactnative.dev/docs/environment-setup>. It will help you install and build your first Example React Native app.\
To get started with React Native project you have to install some tools, dependencies, and applications as follows:

​​**React Native** command line interference: This can be installed via the command line.

​**Xcode**: This can be downloaded from **Mac App Store**.

​**Android Studio**: This can be download from the official website of Android.

**Node Package Manager**: This can be installed via command line in the project's main file.

**Code Editors:**

**React Native** code can be edited using any known text or code editor. We recommend to use  **Visual Studio Code**: This is another free IDE for JavaScript. [Download here](https://code.visualstudio.com/)​

You are required to download an IDE to open the project's source code and start editing it. Many free IDEs are available for free and paid IDEs would definitely have extra features.

We felt very comfortable with **Visual  Studio Code** and it was used for building this project.

## Installing Tools, Dependencies and Applications:

You will need Node, Watchman, the React Native command line interface, Xcode and Android Studio to run the app in **iOS** and **Android** simulators:

**1. How to install Xcode (for Mac only)?**

You need to download XCODE to build apps for iOS. To download XCODE in your Mac, visit the following URL: <https://developer.apple.com/xcode/>

**2. How to install Android Studio?**

You need to download Android Studio to build apps for Android. To download Android Studio in your workstation, visit the following URL:

<https://developer.android.com/studio/>

**3. How to install Genymotion free (Install if you don't like to use emulator from Android Studio)?**

To build your app in Android emulator, please also install the Genymotion free version from the following URL:

<https://www.genymotion.com/fun-zone/>

Upon completing all the above steps, you will be able to build the app in iOS or Android simulator. Details about how to build the app for iOS and Android is mentioned in upcoming sections of this documentation.


---

# 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://zinisoft-net.gitbook.io/zapes/get-started-1/development-environment.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.
