UNPKG

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

Version:

FlashList is a more performant FlatList replacement

12 lines (8 loc) 300 B
import { Animated } from "react-native"; import FlashList from "./FlashList"; import { FlashListProps } from "./FlashListProps"; const AnimatedFlashList = Animated.createAnimatedComponent<React.ComponentType<FlashListProps<any>>>( FlashList ); export default AnimatedFlashList;