react-native-dropdown-picker icon indicating copy to clipboard operation
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.

Results 170 react-native-dropdown-picker issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot_20230529-175650_Postos_Coopercarga](https://github.com/hossein-zare/react-native-dropdown-picker/assets/36265891/0a07187e-d652-4c13-bc91-b4b248522d7a)

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. ![image](https://github.com/hossein-zare/react-native-dropdown-picker/assets/1578483/3954ea04-8d6a-4293-b760-42ab95f45b6b) 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...

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...