React Native Section Alphabet List Versions Save

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

v2.1.0

2 years ago

Add support for overriding the style of the flat list container.

v2.0.7

3 years ago

Add support for overriding the style of the list index container.

v2.0.5

3 years ago
  • Add support for rendering custom letter indexes using renderCustomIndexLetter prop
  • Add support for styling the letter index using indexLetterStyle prop
  • Add support for styling the letter index container using indexLetterContainerStyle prop
  • Remove indexLetterColor prop - you can now change the colour of the letter index using indexLetterStyle

v2.0.3

3 years ago

Add uncategorizedAtTop prop. By default, its value is false. If true, the uncategorised items (the # section) is sorted to the top of the list.

v2.0.1

3 years ago

v2.0.0

3 years ago