diff --git a/docs/listview.html b/docs/listview.html index d9fe023bfc5..4e6be0cc03a 100644 --- a/docs/listview.html +++ b/docs/listview.html @@ -104,6 +104,7 @@ with horizontal={true}.

={this.state.dataSource} renderRow={this._renderRow} renderScrollComponent={props => <RecyclerViewBackedScrollView {...props} />} + renderSeparator={(sectionID, rowID) => <View key={`${sectionID}-${rowID}`} style={styles.separator} />} /> </UIExplorerPage> ); @@ -121,7 +122,6 @@ with horizontal={true}.

{rowData + ' - ' + LOREM_IPSUM.substr(0, rowHash % 301 + 10)} </Text> </View> - <View style={styles.separator} /> </View> </TouchableHighlight> );