picker icon indicating copy to clipboard operation
picker copied to clipboard

Picker is a cross-platform UI component for selecting an item from a list of options.

Results 186 picker issues
Sort by recently updated
recently updated
newest added

Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@react-native-picker/[email protected]` for the project I'm working on. ### The `style` props does not work.*** **Expected...

How to disable dynamic font scaling of app on Picker item of @react-native-picker/picker?. I added allowFontScaling={false} but does not working. {items && items.map((item, i) => )}

I have an issue on Windows where the picker is overlapping other elements due to its z-index. Expected behavior: The picker should open without overlapping other elements on the screen,...

I am trying to change the font size of the picker text itself (the button on which one clicks to get the modal opened) but cannot find a way to...

I have installed `react-native picker` which is working perfectly on ios device, however android. I add all dependecies but idk. **`react-native info`** System: OS: Windows 10 10.0.19044 CPU: (8) x64...

Add `preserveSpacesInLabel` property and `preserveSpace` method to Picker.item in Dropdown (Web only) In some cases (e.g. https://github.com/Expensify/App/issues/16329) users want to keep whitespace in Picker on Web (same as iOS and...

I'm having this msg: ![Screenshot 2023-03-06 at 20 44 47](https://user-images.githubusercontent.com/55066576/223214886-9ab24134-a338-45d8-aea5-d08385d92fcc.png) `No overload matches this call. Overload 1 of 2, '(props: PickerProps | Readonly): Picker', gave the following error. Type '{...

``` npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"18.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"16 || 17" from...

I downloaded and ran the sample and instead of looking like a native iOS control that's shown in the pictures in the read me it looks like something not in...

How can I use the picker horizontal? I tried to simply give style transform rotate 90 degs but it also rotates text. And I can't rotate text by its own....