/valoria-mob

Primary LanguageJavaScript

WebRTC Example

Supports iOS Supports Android

Use react-native-webrtc in a custom Expo Dev Client (not available in Expo Go).

🚀 How to use

npx create-react-native-app -t with-webrtc

☁️ Build in the cloud

🏃 How to build and run locally

  • 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.
  • 🤖 Build/Run on Android yarn android.

📝 Notes