Sfoglia il codice sorgente

Merge commit 'refs/tags/jenkins-front-end-screenad-122-v82^{}' into release

tags/jenkins-front-end-screenad-123-v9^0
hupeng 6 anni fa
parent
commit
00d033c309
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      App.js

+ 1
- 1
App.js Vedi File

@@ -374,7 +374,7 @@ getContentViewItem(contentItem, annomation) {
merchantName = this.getContentViewItemMerchantName(contentItem);
// console.warn(annomation)
return (
<Animatable.View animation={annomation} easing="ease-out" delay={300} useNativeDriver ={true} style={styles.contentItem}>
<Animatable.View animation={annomation} delay={500} style={styles.contentItem}>

<ImageBackground source={require('./image/item-background.png')} resizeMode='center' style={styles.contentItemDownLayer} >
{/* 列表 */}


Caricamento…
Annulla
Salva