react-native-element-dropdown icon indicating copy to clipboard operation
react-native-element-dropdown copied to clipboard

Change Scroll Indicator Color

Open ShaheryarMahmod opened this issue 1 year ago • 2 comments

How to change the scroll indicator color, it's showing white.

ShaheryarMahmod avatar Apr 08 '23 10:04 ShaheryarMahmod

same here

Parmar-Bansi avatar Jun 15 '23 18:06 Parmar-Bansi

For iOS use: flatListProps={{ indicatorStyle: 'black', }} For Android edit Theme on AndroidManifest.xml add in Theme <item name="android:scrollbarThumbVertical">@android:color/darker_gray</item>

Serck96 avatar Aug 18 '23 02:08 Serck96