-
Notifications
You must be signed in to change notification settings - Fork 127
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
ScrollView Indicator style prop missing for Android #789
Comments
same problem as @Glisa060 facing above. please provide any solution for this issue |
same problem |
likewise, pls implement the prop for android! |
The Indicator style prop maybe introduced in future for android as well. In the mean time please use react-native-scroll-indicator. Hope this will solve the purpose! |
same problem here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like the title says, prop is missing and it's a major problem. Indicator style prop that exists it's only for iOS. On android devices indicator color is reverse of the theme currently set on the device itself. Which is problem because in our app we have an option to change theme color in the app irrespective of system theme.
Here is a screen recording that demonstrates the problem we have. This is a minimal example. Just plain scrollView nothing special no additional libraries.
Please consider adding this feature for Android.
Thank you.
screen_record.webm
The text was updated successfully, but these errors were encountered: