UNPKG

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.

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