import { requireNativeComponent } from "react-native"; import { AutoLayoutViewNativeComponentProps } from "./AutoLayoutViewNativeComponentProps"; const AutoLayoutViewNativeComponent = requireNativeComponent("AutoLayoutView"); export default AutoLayoutViewNativeComponent;