...
|
...
|
@@ -68,7 +68,7 @@ export default class BrandArticleList extends Component { |
|
|
|
|
|
<ListView
|
|
|
contentContainerStyle={styles.contentContainer}
|
|
|
dataSource={this.dataSource.cloneWithRows(articleList.toArray())}
|
|
|
dataSource={this.dataSource.cloneWithRows(articleList)}
|
|
|
renderRow={this._renderRow}
|
|
|
enableEmptySections = {true}
|
|
|
renderSeparator={this._renderSeparator}
|
...
|
...
|
|