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.
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 %}
{% content-ref url="quick-start.md" %} quick-start.md {% endcontent-ref %}
{% content-ref url="wherebyembed.md" %} wherebyembed.md {% endcontent-ref %}