Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Number in indicator #10

Open
hemanthkumarcb opened this issue Dec 28, 2017 · 1 comment
Open

Page Number in indicator #10

hemanthkumarcb opened this issue Dec 28, 2017 · 1 comment

Comments

@hemanthkumarcb
Copy link

HI ,

react-native-carousel-view this package is really cool, its work awesome ,

here is my few query on page indicator

1.How to show page number in indicator
2.How to add a css class to carousel

Thanks
hemanth

@DonghyunNa
Copy link

how about using this way?

  <Carousel
    indicatorText={this.state.index}
    onPageChange={(page) => {
      this.setState({index: page});
    }
  >
    {...}
  </Carousel>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants