react-native-big-list-fixed
Version:
A big and fast list implementation for react-native with a recycler API focused on performance and ram usage while processing thousand items on the list.
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
;