This is the sample app from the React Native application used in the Getting Started article.
You can find additional reference documentation here:
We highly suggest following the getting started above. As a quickstart, ensure you have the following installed:
yarn
- Your environment setup for the target OS of your choice: https://reactnative.dev/docs/next/environment-setup
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