mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +00:00
Fix doubled ItemSeparators
Summary: Forgot to update these after rename... Reviewed By: yungsters Differential Revision: D4723788 fbshipit-source-id: 8cf7e8de57a23d9ee0a424aa9c0d62ab1cfbbb12
This commit is contained in:
parent
e1f493ebd2
commit
7e4c93d65a
@ -267,10 +267,8 @@ class VirtualizedSectionList<SectionT: SectionBase>
|
|||||||
return {
|
return {
|
||||||
childProps: {
|
childProps: {
|
||||||
...props,
|
...props,
|
||||||
FooterComponent: this.props.ListFooterComponent,
|
|
||||||
HeaderComponent: this.props.ListHeaderComponent,
|
|
||||||
renderItem: this._renderItem,
|
renderItem: this._renderItem,
|
||||||
SeparatorComponent: undefined, // Rendered with renderItem
|
ItemSeparatorComponent: undefined, // Rendered with renderItem
|
||||||
data: props.sections,
|
data: props.sections,
|
||||||
getItemCount: () => itemCount,
|
getItemCount: () => itemCount,
|
||||||
getItem,
|
getItem,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user