UNPKG

@ua/react-native-airship

Version:
22 lines (19 loc) 488 B
/* Copyright Airship and Contributors */ 'use strict'; import React from 'react'; import RNAirshipEmbeddedView from './RNAirshipEmbeddedViewNativeComponent'; /** * AirshipEmbeddedView props */ import { jsx as _jsx } from "react/jsx-runtime"; /** * Airship Embedded view. */ export class AirshipEmbeddedView extends React.Component { render() { return /*#__PURE__*/_jsx(RNAirshipEmbeddedView, { ...this.props }); } } //# sourceMappingURL=AirshipEmbeddedView.js.map