Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

voxeet/comms-sdk-react-native-getting-started

Repository files navigation

⚠️ This repository is no longer maintained ⚠️

License

Dolby.io Communications SDK for React Native - Getting Started

This is the sample app from the React Native application used in the Getting Started article.

You can find additional reference documentation here:

Using the App

We highly suggest following the getting started above. As a quick start, ensure you have the following installed:

Then install the node dependencies inside of the cloned repository with:

cd DolbyIoGettingStarted
yarn

Once complete, launch the app with the command for your target OS. Please use a real device and not an emulator for best results.

npx react-native run-android
npx react-native run-ios