...
|
...
|
@@ -316,7 +316,7 @@ var ListView = React.createClass({ |
|
|
renderScrollComponent: props => <ScrollView {...props} />,
|
|
|
scrollRenderAheadDistance: DEFAULT_SCROLL_RENDER_AHEAD,
|
|
|
onEndReachedThreshold: DEFAULT_END_REACHED_THRESHOLD,
|
|
|
stickySectionHeadersEnabled: Platform.OS === 'ios',
|
|
|
stickySectionHeadersEnabled: true,
|
|
|
stickyHeaderIndices: [],
|
|
|
};
|
|
|
},
|
...
|
...
|
|