UNPKG

react-native-speedy-list

Version:

A performance focused list component for React Native.

13 lines 316 B
/** * Default value for the initial render batch count. * */ export const INITIAL_BATCH_SIZE = 8; /** * Default amount of recyclable items. * */ export const RECYCLABLE_ITEMS_COUNT = 32; /** * Delay in milliseconds between list updates. * */ export const RECYCLING_DELAY = 32; //# sourceMappingURL=types.js.map