In client-sdk-react-native directory, run:
yarn bootstrapTo run for iOS, you need the following pre-requisites:
- cocoapods (install from Homebrew)
- Xcode
Generate the Pod project with:
cd ios
pod installThen open in Xcode:
open LivekitReactNativeExample.xcworkspaceThis app cannot run on iOS simulator on M1 Macs.
yarn android