...
|
...
|
@@ -71,7 +71,7 @@ export default class AppIconList extends React.Component { |
|
|
listContainerStyle = styles.brandContainer4
|
|
|
}
|
|
|
return(
|
|
|
<YH_Image style={[styles.container, {height: containerHeight}]} url={this.props.backImage}>
|
|
|
<YH_Image style={[styles.container, {height: containerHeight}]} url={this.props.backImage} isBackground={true}>
|
|
|
<ListView
|
|
|
contentContainerStyle={listContainerStyle}
|
|
|
enableEmptySections={true}
|
...
|
...
|
|