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_STORIES_ROW_COMPONENT = 'RTNBlazeStoriesRowView'; export class BlazeStoriesRowView extends BlazeBaseWidgetView { getComponentName() { return BLAZE_STORIES_ROW_COMPONENT; } render() { return /*#__PURE__*/React.createElement(StoriesRowViewManager, _extends({}, this.props, this.createBaseProps(), { ref: ref => { if (ref) this.ref = ref; } })); } } const StoriesRowViewManager = requireNativeComponent(BLAZE_STORIES_ROW_COMPONENT); //# sourceMappingURL=BlazeStoriesRowView.js.map