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

**Describe the bug** When I set the label of the placeholder with a state variable it doesn't display. It will show the correct State name when I select the picker,...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

**Describe the bug** everything was running smoothly before installing @react-native-picker/picker on clean project React Native: Error Exception thrown when executing UIFrameGuarded **To Reproduce** Steps to reproduce the behavior: 1. npm...

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 23.6.0 to 30.0.0. Release notes Sourced from jest's releases. Jest 30 Today we are happy to announce the release of Jest 30. This release features a substantial...

dependencies
javascript

**Describe the bug** The default chevron doesn't get hidden or removed when a new icon is made. The chevron doesn't listen to styling either to hide the container or the...

viewContainer is not applied to android headless like on iOs or android native pickers. This simply spread the viewContainer style to the wrapper component

InputAccessoryView takes a function returning a ReactNode, not a ReactNode.

**Describe the bug** The displayed label does not re-render when the state value given to `value` or `itemKey` changes outside of picker selection **To Reproduce** Steps to reproduce the behavior:...

Library version: 9.3.1 React native version: 0.75.4, new architecture enabled https://github.com/lawnstarter/react-native-picker-select/pull/542 When I do this I can click on the picker, but the modal that opens goes to the top...

**Describe the bug** Picker drawer is showing but the item is empty **To Reproduce** Steps to reproduce the behavior: 1. Run the app 2. Click on RNPickerSelect Component 3. Picker...