@shopify/flash-list
Version:
FlashList is a more performant FlatList replacement
7 lines • 383 B
TypeScript
import { ScrollView, Animated } from "react-native";
declare const AnimatedScrollView: Animated.AnimatedComponent<typeof ScrollView>;
/** Regular scroll view component */
export { ScrollView as CompatScroller };
/** Animated scroll view component for smooth scrolling animations */
export { AnimatedScrollView as CompatAnimatedScroller };
//# sourceMappingURL=CompatScroller.d.ts.map