diff --git a/Libraries/Lists/SectionList.js b/Libraries/Lists/SectionList.js index 4d2120e78..f56673cbe 100644 --- a/Libraries/Lists/SectionList.js +++ b/Libraries/Lists/SectionList.js @@ -217,8 +217,8 @@ type DefaultProps = typeof defaultProps; * Simple Examples: * * } - * renderSectionHeader={({section}) =>

} + * renderItem={({item}) => } + * renderSectionHeader={({section}) =>
} * sections={[ // homogenous rendering between sections * {data: [...], title: ...}, * {data: [...], title: ...}, @@ -228,9 +228,9 @@ type DefaultProps = typeof defaultProps; * * *