react-native-tree-multi-select
Version:
Super-fast, customizable tree view component for React Native with drag-and-drop reordering, multi-selection, and search filtering.
12 lines (9 loc) • 506 B
JavaScript
;
export const defaultIndentationMultiplier = 15;
/** Padding used by the FlashList header/footer component. Total header height = 2 * this value. */
export const listHeaderFooterPadding = 5;
/** Estimated/default row height in px. Used as FlashList's estimatedItemSize and as
* the drag-and-drop fallback height before a row has been measured (kept in one
* place so the two never silently diverge). */
export const defaultItemHeight = 36;
//# sourceMappingURL=treeView.constants.js.map