# React Native Reference

The Whereby React Native SDK is a wrapper around [react-native-webview](https://github.com/react-native-webview/react-native-webview), which allows for integrating a video experience in any React Native app. See a working example in our [repository here.](https://github.com/whereby/sdk/tree/main/apps/react-native-webview-example)

## Getting started

### Installation

Install the `@whereby.com/react-native-sdk` package from the public [npm registry](https://www.npmjs.com/package/@whereby.com/react-native-sdk).

{% tabs %}
{% tab title="npm" %}

```bash
npm install @whereby.com/react-native-sdk
```

{% endtab %}

{% tab title="yarn" %}

```bash
yarn add @whereby.com/react-native-sdk
```

{% endtab %}

{% tab title="pnpm" %}

```bash
pnpm add @whereby.com/react-native-sdk
```

{% endtab %}
{% endtabs %}

## Quick Start

{% content-ref url="react-native-reference/quick-start" %}
[quick-start](https://docs.whereby.com/reference/react-native-reference/quick-start)
{% endcontent-ref %}

## API Reference

{% content-ref url="react-native-reference/wherebyembed" %}
[wherebyembed](https://docs.whereby.com/reference/react-native-reference/wherebyembed)
{% endcontent-ref %}
