peacechen / react-native-modal-selector

A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
MIT License
369 stars 129 forks source link

How to change color of the horizontal divider between options in modal? #109

Closed CoinCoderBuffalo closed 1 year ago

CoinCoderBuffalo commented 5 years ago

Not sure which style property needs to be updated.

peacechen commented 5 years ago

Try sectionStyle and/or sectionTextStyle

averyvery commented 5 years ago

If you're just changing options, I think it's borderBottomColor on the optionStyle prop. If you have sections, you'll need to set this on sectionStyle as well.

zubbey commented 1 year ago

Thanks @averyvery