UNPKG

@react-native-oh-tpl/flash-list

Version:

FlashList is a more performant FlatList replacement

8 lines (5 loc) 319 B
import { requireNativeComponent } from "react-native"; import { AutoLayoutViewNativeComponentProps } from "./AutoLayoutViewNativeComponentProps"; const AutoLayoutViewNativeComponent = requireNativeComponent<AutoLayoutViewNativeComponentProps>("AutoLayoutView"); export default AutoLayoutViewNativeComponent;