Skip to content

Releases: Kieran-McIntyre/react-native-section-alphabet-list

Add prop `letterListContainerStyle`

25 Nov 19:58
9704625
Compare
Choose a tag to compare

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

Add prop `indexContainerStyle`

26 May 19:58
134b655
Compare
Choose a tag to compare

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

Add support for styling or rendering custom letter index

14 Apr 18:57
45804f0
Compare
Choose a tag to compare
  • 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

Add prop uncategorizedAtTop

04 Jan 19:02
04b9bce
Compare
Choose a tag to compare

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

Fix pass props to SectionList

26 Dec 19:34
9f06b47
Compare
Choose a tag to compare
v2.0.1

chore: bump version

Refactor project structure

26 Dec 17:44
9f06b47
Compare
Choose a tag to compare
v2.0.0

chore: bump version