You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>)
The text was updated successfully, but these errors were encountered:
As the gif you have seen,
onPress()
function did not workHelp 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>)
The text was updated successfully, but these errors were encountered: