@livekit/react-native-expo-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Expo Plugin for LiveKit React Native SDK

This plugin handles the setup required for Expo projects to use the LiveKit React Native SDK.

Installation for managed Expo projects

npx expo install @livekit/react-native @livekit/react-native-expo-plugin

@config-plugins/react-native-webrtc is also highly suggested to be installed alongside this plugin.

Configure app.json

After installing this npm package, add the config plugin to the plugins array of your app.json or app.config.js:

{
  "expo": {
    "plugins": ["@livekit/react-native-expo-plugin"]
  }
}

This plugin optionally takes in an object to customize the configuration:

{
  "expo": {
    "plugins": [
      [
        "@livekit/react-native-expo-plugin",
        {
          "android": {
            "audioType": <"media" or "communication"> (defaults to "communication")
          }
        }
      ]
    ]
  }
}

Installation in React Native projects

Config plugins are not supported in React Native projects. Read the installation guide on the React Native SDK to see how to setup in a React Native project.


LiveKit Ecosystem
Real-time SDKs React Components · JavaScript · iOS/macOS · Android · Flutter · React Native · Rust · Python · Unity (web) · Unity (beta)
Server APIs Node.js · Golang · Ruby · Java/Kotlin · Python · Rust · PHP (community)
Agents Frameworks Python · Playground
Services Livekit server · Egress · Ingress · SIP
Resources Docs · Example apps · Cloud · Self-hosting · CLI

Package Sidebar

Install

npm i @livekit/react-native-expo-plugin

Weekly Downloads

270

Version

1.0.0

License

Apache-2.0

Unpacked Size

25 kB

Total Files

32

Last publish

Collaborators

  • lherman-livekit
  • paulwe
  • keepingitneil
  • ocupe_livekit
  • cacheonly
  • duanweiwei
  • benjaminlivekit
  • danm_livekit
  • feepslk
  • lukasio
  • cnderrauber
  • lk_hiroshi
  • dliulk
  • dc-livekit
  • shishir.gowda
  • raja-livekit
  • livekitherzog
  • matkam_livekit
  • thedavidzhao
  • rdsa