diff --git a/Libraries/CustomComponents/Lists/VirtualizedSectionList.js b/Libraries/CustomComponents/Lists/VirtualizedSectionList.js index 317891c4d..cd4312e96 100644 --- a/Libraries/CustomComponents/Lists/VirtualizedSectionList.js +++ b/Libraries/CustomComponents/Lists/VirtualizedSectionList.js @@ -267,10 +267,8 @@ class VirtualizedSectionList return { childProps: { ...props, - FooterComponent: this.props.ListFooterComponent, - HeaderComponent: this.props.ListHeaderComponent, renderItem: this._renderItem, - SeparatorComponent: undefined, // Rendered with renderItem + ItemSeparatorComponent: undefined, // Rendered with renderItem data: props.sections, getItemCount: () => itemCount, getItem,