Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.03 KB

File metadata and controls

41 lines (30 loc) · 1.03 KB

React Native Reference

The Whereby React Native SDK is a wrapper around react-native-webview, which allows for integrating a video experience in any React Native app. See a working example in our repository here.

Getting started

Installation

Install the @whereby.com/react-native-sdk package from the public npm registry.

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

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

{% endtab %}

{% tab title="yarn" %}

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

{% endtab %}

{% tab title="pnpm" %}

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

{% endtab %} {% endtabs %}

Quick Start

{% content-ref url="quick-start.md" %} quick-start.md {% endcontent-ref %}

API Reference

{% content-ref url="wherebyembed.md" %} wherebyembed.md {% endcontent-ref %}