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

Update demo for React-native 0.55.4+ #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jadbox
Copy link

@jadbox jadbox commented Jun 4, 2018

Update components, entry point, and package deps for the latest RN version.
"react": "^16.4.0"
"react-native": "^0.55.4"

@jadbox
Copy link
Author

jadbox commented Jun 4, 2018

Getting an error "RTCVideoView has no propType for native prop RTCVideoView.borderStartWidth" of native type 'Number'. I'm not sure where this is being defined as I don't see those properties being used in the demo.

@zxcpoiu
Copy link
Collaborator

zxcpoiu commented Jun 20, 2018

Thanks!

I guess the newer version of react native introduced a new props on native view components, which used in https://github.com/oney/react-native-webrtc/blob/master/RTCView.js and the underlying native view implementation on both iOS and Android.

It should be add/fix on react-native-webrtc

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 this pull request may close these issues.

2 participants