UNPKG

@legendapp/list

Version:

Legend List is a drop-in replacement for FlatList with much better performance and supporting dynamically sized items.

8 lines (5 loc) 211 B
import { LegendList } from '@legendapp/list'; import { Animated } from 'react-native'; // src/animated.tsx var AnimatedLegendList = Animated.createAnimatedComponent(LegendList); export { AnimatedLegendList };