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** I am trying to implement this `react-native-picker-select` in the `react-native` app but after npm install, tried to run the app but Invariant Violation: Tried to register two...

**Describe the bug** After upgrading my app to use `react-native 0.69.1`, all places where I used `react-native-vector-icons` ([following](https://snack.expo.dev/@lfkwtz/react-native-picker-select) this example) in my app now throws the error reproduced below; ```...

Hello, I am having a problem with the styles, but it only happens with android devices, as you can see I am assigning font styles and it does not take...

**Describe the bug** When using a custom Icon component within the RNPickerSelect component I am unable to press the icon and open the Picker on Android. It works perfectly as...

https://github.com/lawnstarter/react-native-picker-select/blob/ca6488c2eef5c776a8071400c8b7987712d43397/src/index.js#L179 If onDownArrow/onUpArrow prop was provided, the `this.onDownArrow` will be called which closes the selector options instead of moving the selected option up/down. This is happening as we are calling...

**Describe the bug** Under certain conditions on physical Android devices, tapping on `` does not always trigger the dialog menu to show. The root cause of this issue appears to...

bug

I tried `style={{chevron: {color: 'red'}}}`, but it has no effect.

**Describe the bug** With versions of @react-native-picker/picker over 1.9.11, the component, stop working on Android. **To Reproduce** Steps to reproduce the behavior: 1. Install the package, at the latest version,...

**Describe the bug** When accessibility is ON on my iOS device, the input accessories are not working(the up and down arrows to switch the selected option and done buttons widget)...

**Describe the bug** When the Talkback (VoicerOver on iOS) is activated, the Picker vocalize the "accessibilityLabel" but doesn't open on double-tap. If I specify `useNativeAndroidPickerStyle={true}` it works but I lose...