UNPKG

@wscsports/blaze-rtn-sdk

Version:
19 lines 1.02 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import { requireNativeComponent } from 'react-native'; import React from 'react'; import { BlazeBaseWidgetView } from './BlazeBaseWidgetComponent'; export const BLAZE_MOMENTS_ROW_COMPONENT = 'RTNBlazeMomentsRowView'; export class BlazeMomentsRowView extends BlazeBaseWidgetView { getComponentName() { return BLAZE_MOMENTS_ROW_COMPONENT; } render() { return /*#__PURE__*/React.createElement(MomentsRowViewManager, _extends({}, this.props, this.createBaseProps(), { ref: ref => { if (ref) this.ref = ref; } })); } } const MomentsRowViewManager = requireNativeComponent(BLAZE_MOMENTS_ROW_COMPONENT); //# sourceMappingURL=BlazeMomentsRowView.js.map