picker
picker copied to clipboard
Picker is a cross-platform UI component for selecting an item from a list of options.
I'm getting an error on both iOS and android (`requireNativeComponent: "RNCPicker" was not found in the UIManager` and `RNCAndroidDropdownPicker was not found in the UIManager`, respectively) when I try to...
So, after upgrading my React Native project to version 0.69.1 with React 18, the component `Picker.Item` started raise error. ``` 'Picker.Item' cannot be used as a JSX component. Its element...
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the...
I don't have Dark Theme still, DropDown Background of the Modal is Black "@react-native-picker/picker": "^2.4.2", 
Hi, We are trying to develop an app which supports from Android 21. But, we are facing issues with the 'caret' icons in the dropdown and it is coming to...
# Question Is it possible to change the style of the borders (or remove them altogether) above and below the selected item? If yes, how do you do that?
When starting a new react-native project with picker using npm version >= 7, the npm install process fails. Reproduction steps: ``` export PROJECTNAME=projectname npx react-native@latest init $PROJECTNAME cd $PROJECTNAME npm...
I'm not sure if this is a bug or if I'm using the component incorrectly. Here is my component code: ``` setInches(value)} > {inchArray.map((x, i) => )} ``` `inches` is...
Hiya. I'm going through our internal packages and making a list for the new arch and this library is one of them. Do we know what needs to be done...
please add the option to use custom dropdown icon.