UNPKG

@shopify/flash-list

Version:

FlashList is a more performant FlatList replacement

10 lines (6 loc) 247 B
import { View, Animated } from "react-native"; /** Regular view component */ export { View as CompatView }; const AnimatedView = Animated.View; /** Animated view component for smooth animations */ export { AnimatedView as CompatAnimatedView };