# Installation Guide

### How to Run

**Run in Device or Emulator**

Open your terminal and navigate to the project folder ( API version directory) and install NodeJS dependencies:

```
** $ npm install **
```

Once node dependencies are installed successfully you can run the app in Device with:

```
** $ react-native run-android **
```

If there any issue please google it or if you didn't find any solution report us, we will look into it.
