UNPKG

react-native-flatlist-alphabet

Version:

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

13 lines (12 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var sizes = { itemHeight: 40, headerHeight: 30, spacing: { small: 10, regular: 15, large: 20, }, }; exports.default = sizes;