UNPKG

react-native-webrtc

Version:
16 lines (15 loc) 491 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("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. */ var _default = (0, _reactNative.requireNativeComponent)('RTCVideoView'); exports.default = _default; //# sourceMappingURL=RTCView.js.map