-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
It will be useful if there is a function prop for observing the scroll events like onScrollToPage / onScrollToItem. e.g.
<Carousel
ref={'carousel'}
onScrollToPage={(page) => {
console.log(page);
}}
items={this.state.entries}
renderItem={this._renderItem}
sliderWidth={sliderWidth}
itemWidth={itemWidth}
slideStyle={styles.slide} />Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels