phil-r / react-native-looped-carousel

:carousel_horse: Looped carousel for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

something wrong `on onPress()` function

wongkaking opened this issue · comments

rn issue

As the gif you have seen, onPress() function did not work
Help me pls
<Carousel delay={2000} style={this.state.carouselSize} autoplay={false} bullets={true} onPress={() => {console.log('-----------------')}} > {images.map(image => ( <Image key={image.url} source={image} style={this.state.carouselSize} /> ))} </Carousel>)

commented

There are no onPress function Props in the Carousel source code.

It may be the demo code in README.md.