blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
https://www.twilio.com/docs/video
MIT License
608 stars 404 forks source link

requireNativeComponent: "RNCustomTwilioVideoView" was not found in the UIManager. #647

Open elenitaex5 opened 2 years ago

elenitaex5 commented 2 years ago

Steps to reproduce

  1. Including and configure react-native-twilio-video-webrtc in your project.
  2. Include the Example code in a new screen.

Expected behaviour

Open in the screen connect button and TwilioVideo component

Actual behaviour

There's an error when the screen is going to be opened. Invariant Violation: requireNativeComponent: "RNCustomTwilioVideoView" was not found in the UIManager.

If we remove TwilioVideo component from the screen, the error disapear.

Environment

react-native-twilio-video-webrtc

Version: npm version or "master"

saadnaveed94 commented 1 year ago

Having the same issue on expo project. Any updates or fixes?

elenitaex5 commented 1 year ago

@saadnaveed94 I don't think so, there are many issues without even an answer... For us, we had to change video provider to another one... and not using twilio...

saadnaveed94 commented 1 year ago

@elenitaex5 I have found out that the issue is with the expo as some native components does not work with expo. I have created a demo project using react native cli and it is working fine in demo project. Now i might have to migrate my project to cli