UNPKG

react-native-section-alphabet-list

Version:

A simple React Native component that takes an array of data and renders a SectionList with alphabetically sorted data.

14 lines (13 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sizes = void 0; exports.sizes = { itemHeight: 40, headerHeight: 30, listHeaderHeight: 0, spacing: { small: 10, regular: 15, large: 20, }, };