react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
Hi there. I use a dropdown-picker to select a city in a list. For this I use the listMode="MODAL" with a search input. When I click to select a city...
Hello! i cant hide the selected item icon. heres my code { operatorChoosen(item.label); }} setValue={setOperator} setItems={setItems} textStyle={{ textAlign: "center", fontFamily: "Ubuntu_400Regular", }} placeholder="Select an operator" placeholderStyle={{ marginLeft: "30%", width: "50%",...
Local is working normally, but when generating a build the icon is not loading, does anyone know what it could be? Thanks. 
Hello, many thanks for the app, it is awesome. I just have questions about styling I didn't find in the doc - How can I reduce the space between arrow...
Please add this fixing(RED) in next release.  Or ,the application will run into exception at the BLUE codes when the debug mode is on. it is very annoyed.
Styling under [Doc Page](https://hossein-zare.github.io/react-native-dropdown-picker-website/docs/advanced/list-and-items) `listItemContainer` is missing `Styles` keyword Took me hours to figure out why I cannot change the list item hight. Change **`listItemContainer`** to **`listItemContainerStyle`** from the docs...
Sir please help me. How to get the label selected
I'm just wondering if it's possible to update the icon to a "checked" state after an item is checked (not the TickIcon). Something like this: I tried to manipulate the...
Hi all, is there a way to create custom search? In my case I have Greek letters and I want the search function to return the items no matter if...