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
some way to hide scrollbar in ScrollView #3912
Comments
seems horizontal scrollbar is hidden in iOS,but not android |
Sure! Its in the docs 😄 https://facebook.github.io/react-native/docs/scrollview.html#showshorizontalscrollindicator
|
yeah, showsHorizontalScrollIndicator={false} works on iOS,but not android |
Fond it, it's a bug and have been fixed in 14-rc e6ad91b |
set |
Thank you! Yasicmd |
thanks! jforaker |
|
thanks @mustafakucuk I have done this long before forgot to mention it here |
showsVerticalScrollIndicator={false} works on iOS, android perfectly. I use it to hide vertical-scrollbar in ListView.
|
thank you jforaker |
Is there some way to hide the scrollbar of the ScrollView
The text was updated successfully, but these errors were encountered: