UNPKG

react-native-big-list

Version:

High-performance, virtualized list for React Native. Efficiently renders large datasets with recycler API for smooth scrolling and low memory usage. Ideal for fast, scalable, customizable lists on Android, iOS, and web.

4 lines 165 B
import { Animated } from "react-native"; import BigList from "./BigList"; export default Animated.createAnimatedComponent(BigList); //# sourceMappingURL=index.js.map