react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
Change search bar bottom border width and color
How to change the line width and color here
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
}}