diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index dfdfde82c6..5dedae5911 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -3715,6 +3715,11 @@ export interface SectionListProperties extends ScrollViewProperties { */ renderSectionHeader?: (info: {section: SectionListData}) => React.ReactElement | null + /** + * Rendered at the bottom of each section. + */ + renderSectionFooter?: (info: {section: SectionListData}) => React.ReactElement | null + /** * An array of objects with data for each section. */