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