react-native-calendars
react-native-calendars copied to clipboard
AgendaList SectionHeader style not reacting to date changes
Description
I'm using the renderSectionHeader
prop to render custom section headers and trying to highlight the selected date background color. It isn't working as the _renderSectionHeader
callback inside agendaList
doesn't react to date changes.
Screenshots
Adding this fixes the issue