react-native-community / discussions-and-proposals

Discussions and proposals related to the main React Native project
https://reactnative.dev
1.69k stars 127 forks source link

ScrollView Indicator style prop missing for Android #789

Open Glisa060 opened 5 months ago

Glisa060 commented 5 months ago

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

mohd-sher-khan commented 4 months ago

same problem as @Glisa060 facing above. please provide any solution for this issue

kareenlama commented 4 months ago

same problem

ShanTheShan commented 3 months ago

likewise, pls implement the prop for android!

jaspreetghuman1 commented 3 months ago

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!

raphaelweis commented 2 months ago

same problem here