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.

5 lines (4 loc) 75 B
export default interface IData { value: string; key: string; }