Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCTVideoView setOnClick Error - React-Native 0.73 (iOS only, not Android) #14441

Closed
jplandry908 opened this issue Mar 6, 2024 · 4 comments · Fixed by react-native-webrtc/react-native-webrtc#1588

Comments

@jplandry908
Copy link
Contributor

After upgrading to React-Native 0.73.* an exception is thrown within iOS when trying to join a conference. Android appear to be working correctly.

image

@saghul
Copy link
Member

saghul commented Mar 6, 2024

We don't support RN 0.73 yet, so use it at your own peril.

@tswiejkowski
Copy link

Similar issue: rive-app/rive-react-native#215

react-native-webrtc may not be fully compatible with rn73.
Possible fix:
RTCVideoViewManager.m (react-native-webrtc)
Add #import <React/RCTView.h>
Replace UIView by RCTView

@sunil-digimantra
Copy link

Similar issue: rive-app/rive-react-native#215

react-native-webrtc may not be fully compatible with rn73. Possible fix: RTCVideoViewManager.m (react-native-webrtc) Add #import <React/RCTView.h> Replace UIView by RCTView

Thanks @tswiejkowski it's working for me.

@diovanedm
Copy link

Similar issue: rive-app/rive-react-native#215

react-native-webrtc may not be fully compatible with rn73. Possible fix: RTCVideoViewManager.m (react-native-webrtc) Add #import <React/RCTView.h> Replace UIView by RCTView

Similar issue: rive-app/rive-react-native#215

react-native-webrtc may not be fully compatible with rn73. Possible fix: RTCVideoViewManager.m (react-native-webrtc) Add #import <React/RCTView.h> Replace UIView by RCTView

Thanks, it's working for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants