This app uses custom native code via the react-native-webrtc plugin and therefore it is not compitble with the Expo Go app.
In order to run this example, you'll need to use expo-dev-client.
First install expo-dev-client:
npx expo install expo-dev-clientNext install dependencies:
npm installRun the app:
npx expo run:android
npx expo run:iosThis app makes use of the example-server server. The server runs on port 4000 and is required to be running locally to connect start a realtime session via this app.
This app is not yet compatible with Expo SDK 0.53 due to changes in the Expo ecosystem and dependencies. Ensure you are using a compatible version of Expo SDK as specified in the project's documentation or package.json file before proceeding with setup and installation.