|
|
@@ -285,7 +285,7 @@ getContentViewItem(contentItem, annomation) { |
|
|
|
merchantName = contentItem.target.merchantVoList[0].merchantName; |
|
|
|
|
|
|
|
return ( |
|
|
|
<Animatable.View animation={annomation} easing="ease-out" duration={1500} delay={500} style={styles.contentItem}> |
|
|
|
<Animatable.View animation={annomation} easing="ease-out" duration={1500} delay={500} useNativeDriver ={true} style={styles.contentItem}> |
|
|
|
|
|
|
|
<ImageBackground source={require('./image/item-background.png')} resizeMode='center' style={styles.contentItemDownLayer} > |
|
|
|
|
|
|
|