hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

Change search bar bottom border width and color #686

Open ShelbyIB opened 10 months ago

ShelbyIB commented 10 months ago

Screenshot 2023-08-14 at 11 15 44 AM

How to change the line width and color here

aliansyahFirdaus commented 10 months ago
searchContainerStyle={{ 
  borderBottomWidth: 0, //if you want to hide
  borderBottomColor: 'red' //**please note!**, the last time I used this on a component and then I ran it on android, it force closed
}}