@shopify/flash-list
Version:
FlashList is a more performant FlatList replacement
10 lines (6 loc) • 309 B
text/typescript
import { ScrollView, Animated } from "react-native";
const AnimatedScrollView = Animated.ScrollView;
/** Regular scroll view component */
export { ScrollView as CompatScroller };
/** Animated scroll view component for smooth scrolling animations */
export { AnimatedScrollView as CompatAnimatedScroller };