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