client-sdk-react-native icon indicating copy to clipboard operation
client-sdk-react-native copied to clipboard

Unable to resolve "event-target-shim/index" from "node_modules/@livekit/react-native-webrtc/src/MediaDevices.ts"

Open sharad-incapsulate opened this issue 7 months ago • 0 comments

Describe the bug After installing all dependencies as per document we are facing "Unable to resolve "event-target-shim/index" from "node_modules/@livekit/react-native-webrtc/src/MediaDevices.ts" error.

To Reproduce

Steps to reproduce the behavior:

  1. Install all dependencies as per document.
  2. Run npx expo run:ios
  3. See error

Expected behavior

App should work without any issues

Screenshots

Image

Device Info:

  • Device: Iphone 16
  • OS: 18

Dependencies Info (please reference your package-lock.json or yarn.lock file, not just your package.json):

  • @livekit/react-native:
  • livekit-client:
  • react-native-webrtc:

Additional context We are having bare managed flow for react native expo.

sharad-incapsulate avatar Mar 26 '25 13:03 sharad-incapsulate