Use react-native-webrtc
in a custom Expo Dev Client (not available in Expo Go).
npx create-react-native-app -t with-webrtc
- Setup development Environment
- 🍎 Build/Run on iOS
yarn ios
.- WebRTC doesn't work in the iOS Simulator since there is no camera. Run
expo run:ios -d
to select a connected iOS device.
- WebRTC doesn't work in the iOS Simulator since there is no camera. Run
- 🤖 Build/Run on Android
yarn android
.