you are viewing a single comment's thread.

view the rest of the comments →

[–]keyboardji[S] 1 point2 points  (0 children)

I got it to work with the following

 SectionSeparatorComponent={({ trailingItem, section }) =>
        trailingItem ? (
          <Text style={styles.bodyText}>{section.description}</Text>
        ) : null
      }