...
|
...
|
@@ -156,6 +156,11 @@ _renderRow(rowData, sectionID, rowID) { |
|
|
renderFooter={this._renderFooter}
|
|
|
isOnPullToRefresh={data.isPullToRefresh}
|
|
|
onEndReachedThreshold ={10}
|
|
|
onEndReached={() => {
|
|
|
if (productList.size !== 0) {
|
|
|
this.props.onEndReached && this.props.onEndReached(categoryType);
|
|
|
}
|
|
|
}}
|
|
|
onRefreshData={() => {
|
|
|
this.props.onRefresh && this.props.onRefresh(categoryType);
|
|
|
}}
|
...
|
...
|
|