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

Hey @hossein-zare, I've made this separate PR with just the template for people to fill out when making pull requests into the repo. Please take a look when you can...

Hey @hossein-zare, I got around to trimming down the issue templates after [you let me know](https://github.com/hossein-zare/react-native-dropdown-picker/pull/713#issuecomment-1747622086) you thought the old versions were too long. Please take a look when you...

Great component but so many different variations - is there not a schematic that clearly shows the styling and names associated with each different option :-) `` I have tried...

@hossein-zare Is this repo abandoned? It hasn't been updated in over 2 years. Are you looking for contributors or a new maintainer? I can help look for a maintainer by...

Is there a way I can replace the default text input for search to BottomSheetTextInput?

I don't find a way to clear the selected options, I think it's better to have a clear/reset option within the component itself. Reference:

The DropDownPicker is inside a normal React Navigation header. Anyone else who can reproduce or have experienced this issue? EDIT: On a second note it might actually just be clipped....

I already set zIndex styles, and it works on Android app while ios doesn't Here is my code snippet ![issue](https://github.com/user-attachments/assets/1dfdf646-923d-4e1c-83f9-d7c81263a134)

I am developing in an expo environment. But when I develop through local build, it works normally, If you set the eas build profile to staging or production, DropdownPicker does...

Hey @hossein-zare , I noticed that there’s currently no functionality to clear the search field after selecting an item when both `multiple` and `searchable` are `true`. I recently implemented this...