UNPKG

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

Version:

FlashList is a more performant FlatList replacement

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