react-native-element-dropdown
react-native-element-dropdown copied to clipboard
Change Scroll Indicator Color
How to change the scroll indicator color, it's showing white.
same here
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>