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.
16 lines (14 loc) • 502 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.BigListSection = exports.BigListItem = void 0;
var _react = require("react");
/* eslint-disable no-undef */
class BigList extends _react.PureComponent {}
exports.default = BigList;
class BigListItem extends _react.PureComponent {}
exports.BigListItem = BigListItem;
class BigListSection extends _react.PureComponent {}
exports.BigListSection = BigListSection;
//# sourceMappingURL=index.d.js.map