react-native-picker-select icon indicating copy to clipboard operation
react-native-picker-select copied to clipboard

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android

Results 125 react-native-picker-select issues
Sort by recently updated
recently updated
newest added

Currently, we dismiss the soft keyboard when the picker opens, but only on iOS. This PR is trying to achieve the same behavior on Android, so both platform behavior is...

**Describe the bug** Works in the Expo Go simulator for both Android and iOS. But crashes in production for both. On iOS, it crashes when you try to open the...

**Describe the bug** When list has large set of items 100 or above, last items get added to the top and scrolling does not work properly **To Reproduce** 1. Create...

**Describe the bug** after i update my expo project i got error invalid hook call, before this it working fine **To Reproduce** if i open screen and call component RNPickerSelect...

**Describe the bug** I have the following packages "@react-native-picker/picker": "^2.4.10", "react": "18.2.0", "react-native": "0.69", "react-native-picker-select": "^8.0.4", its giving me error "Invalid hook call. Hooks can only be called inside the...

Hello, I followed the readme and tried to use this https://stackoverflow.com/questions/38921492/how-to-style-the-standard-react-native-android-picker/39141949#39141949. But I wasn't successful in giving style on android. I was checking the library, and there is a way...

My rn version is 0.70.1. It is installed according to the document, but when I import it, an error is reported. The error prompt is:ViewPropTypes has been removed from React...

When we click on the down arrow icon (Provided using the Icon prop), nothing happens. We have checked this issue using other phones as well as Samsung phones and found...

We are using this library for some pickers within our project, but we are not able to change web placeholder color. We are trying to setting it up the proposed...

Bumps [@react-native-picker/picker](https://github.com/react-native-picker/picker) from 2.5.1 to 2.7.7. Release notes Sourced from @​react-native-picker/picker's releases. v2.7.7 2.7.7 (2024-06-10) Bug Fixes resolve android crash issue if props are undefined (#571) (243ead2) v2.7.6 2.7.6 (2024-05-21)...

dependencies
javascript