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

showsHorizontalScrollIndicator={false} doesn't hide scroll component on Mac #248

Open
mayyaab opened this issue Aug 11, 2021 · 0 comments
Open

Comments

@mayyaab
Copy link

mayyaab commented Aug 11, 2021

showsHorizontalScrollIndicator={false} doesn't hide scroll component on Mac

Screen Shot 2021-08-10 at 5 22 47 PM

<AppIntroSlider
      activeDotStyle={[{backgroundColor: colors.inputLightColor}, style.dots]}
      dotStyle={[{backgroundColor: colors.iconColor}, style.dots]}
      showPrevButton
      scrollEnabled={false}
      renderItem={renderItem}
      renderDoneButton={renderDoneButton}
      renderNextButton={renderNextButton}
      renderPrevButton={renderPrevButton}
      data={slides}
      onDone={onDone}
      onSlideChange={onSlideChange}
      bottomButton={false}
      ref={(ref) => (slider = ref!)}
      showsHorizontalScrollIndicator={false}
    />
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

1 participant