Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 482 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 482 Bytes

Expo Quickstart App for LiveKit

A basic example to get LiveKit up and running on Expo.

This app uses @livekit/react-native-expo-plugin to handle the setup required for Expo projects.

See more docs and examples on our website: https://docs.livekit.io/

Setup

npm install

Running

npx expo start

In a separate window:

For android:
npx expo run:android

For ios:
npx expo run:ios