picker
picker copied to clipboard
Picker is a cross-platform UI component for selecting an item from a list of options.
How to get modal picker in ios like this.  how can we get picker like this in ios.
Hi, I love this library and I was wondering if we can use the enabled property for IOS? Thank you & have a blessed day :)
# Bug On android, with a Picker with only one available option and a `selectedValue` of null, pressing the option to select it doesn't trigger `onValueChange`. ## Environment info React...
I have been adapting this component in my modal but I find that there are extra margin exist. Anyway I can make the options are align to the top? Thank...
Hello, I hope this finds you well. Please could you allow adding searchbars to the top of dropdown pickers that would allow users to type text to search for a...
I have a use case where I want to hide the Picker after the user makes a selection. This is for iOS and I'm using `Picker`, not `PickerIOS`. I can...
I have this component: ``` Choose form option below: {options.map((item) => ( ))} ``` If the label props is number, the app crashes without throwing any errors.. I have to...
setSelectedLanguage(itemValue) }> not working on IOS from expo
I have setup react-native-web and have no issue using imports from react-native. But when I try to add this library to my project it blows up: error - Error: Cannot...