@shopify/flash-list
Version:
FlashList is a more performant FlatList replacement
8 lines (5 loc) • 297 B
text/typescript
import { HostComponent, View } from "react-native";
import { AutoLayoutViewNativeComponentProps } from "./AutoLayoutViewNativeComponentProps";
const AutoLayoutViewNativeComponent =
View as any as HostComponent<AutoLayoutViewNativeComponentProps>;
export default AutoLayoutViewNativeComponent;