react-native-webrtc
Version:
WebRTC for React Native
11 lines (9 loc) • 352 B
JavaScript
import { requireNativeComponent } from 'react-native';
/**
* Native prop validation was removed from RN in:
* https://github.com/facebook/react-native/commit/8dc3ba0444c94d9bbb66295b5af885bff9b9cd34
*
* So we list them here for documentation purposes.
*/
export default requireNativeComponent('RTCVideoView');
//# sourceMappingURL=RTCView.js.map