import { HostComponent, View } from "react-native"; import { AutoLayoutViewNativeComponentProps } from "./AutoLayoutViewNativeComponentProps"; const AutoLayoutViewNativeComponent = View as any as HostComponent; export default AutoLayoutViewNativeComponent;