Skip to content

Carousel children are difficult to be pressed. #11

@comet0704

Description

@comet0704

renderBanner(item, index) {
return (

<TouchableHighlight style={{width: this.BannerWidth, height: this.BannerHeight}} onPressIn={() => { alert("pressed in") }}>


);
}

I rendered carousel children as above.
When I press a child, scroll event more frequently occurs than press event.
What is the way to escape out this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions