(Choose 1 answer)
Which of the following is TRUE related to the renderSectionHeader prop?
A. The renderSectionHeader prop is a function which takes an item from the sections array and maps it to a React Element
B. The renderSectionHeader prop is used to render the footer for each section in a SectionList or FlatList component
C. The renderSectionHeader prop is used to render the items within each section in a SectionList or FlatList component
D. The renderSectionHeader prop is used to render the separator between sections in a SectionList or FlatList component