> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zixflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install and configure the Zixflow React Native SDK in your project.

The Zixflow React Native SDK is available on **npm**. You can browse the package here:

**[npm - zixflow-reactnative](https://www.npmjs.com/package/zixflow-reactnative)**

### npm Installation

Install the SDK using npm:

```bash theme={null}
npm install zixflow-reactnative@^1.1.3
```

### Yarn Installation

Or install using Yarn:

```bash theme={null}
yarn add zixflow-reactnative@^1.1.3
```

After installation, proceed with platform-specific setup for iOS and Android.

***
