You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ render() {
100
100
|`getItemHeight` (optional) | For [`sectionListGetItemLayout`](https://www.npmjs.com/package/react-native-section-list-get-item-layout). This may be necessary if each item has a dynamic height. This allows for smooth scrolling and accurate positioning when scrolling to a section. |`func`|`{ sectionIndex: number, rowIndex: number } : number`||
101
101
|`sectionHeaderHeight` (optional) | The height of the section header. |`number`||`40`|
102
102
|`listHeaderHeight` (optional) | The height of the list header. |`number`||`0`|
103
+
|`letterListContainerStyle` (optional) | Override the style of the letter list container. |`object`||`undefined`|
103
104
|`indexContainerStyle` (optional) | Override the style of the list index container. |`object`||`undefined`|
104
105
|`indexLetterStyle` (optional) | Override the style of the list letter index text. |`object`||`undefined`|
105
106
|`indexLetterContainerStyle` (optional) | Override the style of the list letter index container. |`object`||`undefined`|
0 commit comments