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

ERROR TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[26], "@react-native-picker/picker").Picker') This error is located at: in NewAd (at SceneView.tsx:122) in StaticContainer in EnsureSingleNavigator (at SceneView.tsx:114) in SceneView (at useDescriptors.tsx:153) in...

Can I change the gray background color of selection option ?? ![image](https://user-images.githubusercontent.com/5614247/124332641-8a11eb80-db57-11eb-99f7-fd34376c4713.png)

hacktoberfest

Hi Is it possible to make this picker component a searchable dropdown picker ? this is very important plz Hlp

I got build error on Android: ``` node_modules\@react-native-picker\picker\android\src\main\java\com\reactnativecommunity\picker\ReactPickerManager.java:171: error: method does not override or implement a method from a supertype @Override ^ ``` error related to second `receiveCommand` method in...

I have a mobile application using react-native / expo and this library. Is it possible to do [component testing](https://reactnative.dev/docs/testing-overview#component-tests) to test that when the picker is scrolled, some function should...

How can i Arrange Picker Items Alphabetically ?

Everytime I pick a value in my picker which is contained in my modal, my modal closes immediately. My list for the picker is loaded correctly. I think it has...

### **Summary** Let's say there are two screens in a stack navigator ,A and B. There are a Picker and a Button on Screen A , you can press the...

Hello I Just need to pass an extra attribute to **Picker.item** ` ` like this and want to the access of the value of the extra-attr is that possible ?