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.

6 lines 261 B
/* eslint-disable no-undef */ import { PureComponent } from "react"; export default class BigList extends PureComponent {} export class BigListItem extends PureComponent {} export class BigListSection extends PureComponent {} //# sourceMappingURL=index.d.js.map