Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

File metadata and controls

30 lines (21 loc) · 1.03 KB

React Native Expo Example App

Running the App

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-client

Next install dependencies:

npm install

Run the app:

npx expo run:android
npx expo run:ios

Running a Server

This 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.

Compatibility Note

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.