react-native-picker-select
                                
                                
                                
                                    react-native-picker-select copied to clipboard
                            
                            
                            
                        π½ A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
**Describe the bug** according to the document: "Will attempt to locate a matching item from the items array by checking each item's key property". but in my testing in IOS,...
## Description This PR enhances the `RNPickerSelect` component by adding support for the `itemKey` property. This allows for better handling of items with identical values but unique keys, providing a...
**Is your feature request related to a problem? Please describe.** in IOS, since there is a modal picker, when the user scroll the values, but not press "Done" button, the...
**Describe the bug** The type of [Item.value](https://github.com/lawnstarter/react-native-picker-select/blob/master/index.d.ts#L14), [PickerSelectProps.value](https://github.com/lawnstarter/react-native-picker-select/blob/master/index.d.ts#L72) and [PickerSelectProps.onValueChange](https://github.com/lawnstarter/react-native-picker-select/blob/master/index.d.ts#L70) don't line up with `@react-native-picker/picker`. At the moment, the type of `Item.value` is `any` but it should be `number |...
Hi: I want to know how to dim the background screen when the picker shows, below is the details, thanks! **Is your feature request related to a problem? Please describe.**...
**Describe the bug** The following error occurs when trying to display the picker on iOS: ERROR Invariant Violation: requireNativeComponent: "RNCPicker" was not found in the UIManager. This error is located...
On the new architecture the TextInput used to display the text was intercepting events. This seems to be caused by the view-flattening algorithm moving it out of the parent view...
`Picker` size changes according to content when `minWidth`, `width` and a custom `placeholder` is used. This happens when I place a `Picker` next to a `TextInput` field where both will...
**Describe the bug** After updating @react-native-picker/picker to version v2.7.7 the `onValueChange` event stopped working when the user presses the placeholder item. This is an Android only issue. The issue was...
Bumps [@react-native-picker/picker](https://github.com/react-native-picker/picker) from 2.5.1 to 2.8.1. Release notes Sourced from @βreact-native-picker/picker's releases. v2.8.1 2.8.1 (2024-09-20) Bug Fixes #310: missing a11y label and hint props on iOS Picker (#582) (ed2c679), closes...