@ua/react-native-airship
Version:
Airship plugin for React Native apps.
22 lines (19 loc) • 488 B
JavaScript
/* Copyright Airship and Contributors */
;
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