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.
Hey @hossein-zare, I hope you're doing well! I've made some stuff that will help people contribute to the repo in the future: - a CONTRIBUTING.md guidance file to improve the...
Is there a ways to make the component show multiple rows like here:  I don't find a way to pass a ref, or change style via props to the...
Seems like they change quite randomly actually, for example if you pass three possible items, and select all three - two of them may be the same badge dot color...
Hello I would like to move the closing cross from right to left in modal mode when there is a title. Thanks in advance 
Currently the only way to reset dropdown is by setting the value to null, but i'd like the option to add a "default/any" option that reset the dropdown by user...
[ { "id": 6, "name": "Favorite Foods", "SubCategory": [ { "id": 10, "name": "Cheese Burger" }, { "id": 11, "name": "Cornbread" }, { "id": 12, "name": "Grilled cheese" }, {...
How can I get the total number of items when searching? For example, if there are a total of 50 data entries, and when I search with the prefix 'IN,'...
 How to change the line width and color here
How can we leverage the testID functionality added in v5.2 for a Dropdown Picker item to simulate a test environment to click on the Dropdown picker and select a different...