From ceee511db7bd78caf5ef9b762eccce666d2e9ee9 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 22 Jan 2016 22:37:59 +0000 Subject: [PATCH] update website --- docs/listview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> );