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

A simple React Native component that takes an array of data and renders a SectionList with alphabetically sorted data
MIT License
195 stars 55 forks source link

Disable section header #43

Open RicardoBrito1938 opened 2 years ago

RicardoBrito1938 commented 2 years ago

Hello, is there any prop to disable the section header?

RicardoBrito1938 commented 2 years ago

Well, just by doing

renderCustomSectionHeader={() => <React.Fragment></React.Fragment>}

i get my no header, would be fine there is a prop for that, thank you