monterosalondon / react-native-parallax-scroll

Parallax scroll view for react-native
MIT License
555 stars 63 forks source link

Hide scrollbar onscroll #50

Open mickytroxxy opened 3 years ago

mickytroxxy commented 3 years ago

Hello,

How can i hide scrollbar indicator on scroll? I have this annoying scroll bar on my android phone. How can it be hidden? On scrollView i can easily use showsHorizontalScrollIndicator={false}.

Thank you