AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
314 stars 134 forks source link

Hide separator between options or change color of separator #145

Closed SmritiSYadav closed 4 months ago

SmritiSYadav commented 1 year ago

How can I hide or change color of separator in options?

rodrigosborges commented 12 months ago

Just add rowStyle={{borderBottomWidth: 0}} to the properties

AdelRedaa97 commented 4 months ago

A lot of changes were made in v4.0, take a look here https://github.com/AdelRedaa97/react-native-select-dropdown?tab=readme-ov-file#-major-changes

Feel free to open the issue again if it still exists