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

How to use navigationType ? #3

Open
kristoff2016 opened this issue Oct 29, 2017 · 4 comments
Open

How to use navigationType ? #3

kristoff2016 opened this issue Oct 29, 2017 · 4 comments

Comments

@kristoff2016
Copy link

Hello thanks for nice plugin!

Any code example that I able to use navigationType ?
it did not show dots or bars

thanks

@davidsamacoits
Copy link
Owner

Thank you for your feedback @kristoff2016 and sorry for my late response. If I understand well you're not seeing any dots or bars using navigationType option?
Do you have some code and/or screenshot for this issue? I'll look into it.

@danielMensah
Copy link

Hi,

Me too I don't see any navigationType.

afr

This is my render method:

  render() {
    return (
      <ScrollView>
        <SafeAreaView forceInset={{ top: 'always' }}>
          <Carousel data={dataCarousel} navigationType="bars"/>
        </SafeAreaView>
        <StatusBar barStyle="default" />
      </ScrollView>
    )
  }

@kristoff2016
Copy link
Author

Any update ? thanks

@alvandyhamed
Copy link

Hello, use this method:
<SwipeableParallaxCarousel
data={this.state.dataSource2}
navigationType={'bars'}
navigationColor='#6c6c6c'
navigation='true'
/>

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

4 participants