Skip to content

gabber-dev/example-react-native-expo

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published