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

In typings/Picker.d.ts Line 123: static Item: React.ComponentType; throws node_modules/@react-native-picker/picker/typings/Picker.d.ts:123:52 - error TS2302: Static members cannot reference class type parameters. Fixed by downgrading to an older version.

the font family for react native picker is not working ``` ``` [see the question on stackoverflow ](https://stackoverflow.com/questions/70498111/fontfamily-on-the-picker-item-not-working-on-react-native)

# Bug report ## Summary When I run the test I get this error: ```bash Details: /****/****/****/***/*****/node_modules/@react-native-community/picker/js/index.js:5 export {default as Picker} from './Picker'; ^^^^^^ SyntaxError: Unexpected token export ``` ##...

why dropdown Icon style like this? ![image](https://user-images.githubusercontent.com/40290843/130763060-081ec5ea-1b05-45fb-bb38-3751ed93a09f.png)

Hi, I'm using a dynamic way to change styles of components when default theme ( dark mode and light mode ) changes and wants to change the color of the...

When using Picker on an Android device, prior versions allowed the display to be shown as expected with just flex: 1. Now, the display doesn't show properly, and the dropdown...

``` const pickerRef = useRef(); function open() { pickerRef.current.focus(); } function close() { pickerRef.current.blur(); } return setSelectedLanguage(itemValue) }> ``` I'm unable to open or close picker by the focus and...

Currently, it's not possible to set the border radius of the Picker component at all using react properties such as "borderRadius", "borderTopRightRadius", "borderTopLeftRadius", etc.