UNPKG

@shopify/flash-list

Version:

FlashList is a more performant FlatList replacement

8 lines (5 loc) 297 B
import { HostComponent, View } from "react-native"; import { AutoLayoutViewNativeComponentProps } from "./AutoLayoutViewNativeComponentProps"; const AutoLayoutViewNativeComponent = View as any as HostComponent<AutoLayoutViewNativeComponentProps>; export default AutoLayoutViewNativeComponent;