> For the complete documentation index, see [llms.txt](https://docs.artificient.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.artificient.de/usage/react-native/installation.md).

# Installation

To install the GIZO SDK for a React Native project, execute the following command in your terminal, ensuring you are in the project directory:

```bash
npm install @gizo-sdk/core
```

After running the installation command, the GIZO SDK will be added to the **package.json** file of your project.

```json
{
  ...,
  "dependencies": {
    ...,
    "@gizo-sdk/core":"1.0.9"
  }
}
```

Once the GIZO SDK is installed and added to the **package.json** file, you can proceed to the next section.
