-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
This is only happening on android devices when i click on the button that is wrapped in . It showing the duplicated button right below the wrapped button
This is the code:
<Tip
id={tooltipId}
body={FAVORITE.PRICE_MAY_CHANGE}
bodyStyle={styles.tooltipCaption}
active={false}
onDismiss={() => this.dismissPriceTooltip(tooltipId)}
tipContainerStyle={styles.tooltipStyle}
overlayOpacity={-1}
>
<TouchableOpacity onPress={() => this.showHidePriceTooltip(tooltipId)}>
<Image
source={toolTipIcon}
style={styles.tooltipIcon}
/>
</TouchableOpacity>
</Tip>
And this is the duplicated button on android:
I think It's happening because of the {this.renderItem()} on tipProvider.js
Could you check on this? Thanks!
Metadata
Metadata
Assignees
Labels
No labels
