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.

11 lines (10 loc) 201 B
declare const sizes: { itemHeight: number; headerHeight: number; spacing: { small: number; regular: number; large: number; }; }; export default sizes;