...
|
...
|
@@ -132,7 +132,7 @@ export default class BrandCell extends Component{ |
|
|
<View style={styles.container}>
|
|
|
<View style={styles.topContainer}>
|
|
|
<View style={styles.left}>
|
|
|
<YH_Image style={styles.icon} resizeMode= {'contain'} url={icon} />
|
|
|
<Image style={styles.icon} resizeMode= {'contain'} source={{uri: icon}} />
|
|
|
<View>
|
|
|
<Text style={styles.name} numberOfLines={1}>{data.get('brand_name')}</Text>
|
|
|
{this.renderDesc()}
|
...
|
...
|
|