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

How do I select a dropdown item in my unit test using JEST framework?

"@react-native-picker/picker": "^2.4.8", "react-native": "0.68.6", I use it like this: ```js updateSetWeight(item.id, itemValue, itemValue) //FIXME: make lb or kg }> {[...Array(1000).keys()].map(number => { return })} ``` Picker becomes slow when the...

The haptic feedback works fine for the first scroll then can randomly stop working on the later scrolls. After playing around with it the problem seems to be with the...

Picker version: _"@react-native-picker/picker": "^2.4.10",_ React-Native version: _"react-native": "0.70.7",_ Brief: when I click it and modal appears, then if user wants to select the first option then it won't pick unless...

`info Starting JS server... info Installing the app... > Configure project :expo-application WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to...

We are using React Native for both our iOS and Android applications. Our production alerting system has detected an error, `TypeError: Cannot read property 'props' of undefined. ` It only...

In my app i am listing the country list after selecting a country from bottom again i click the same selector the selector list willn't scroll to the already selected...

Hi ! Are there any guides about how to setup this with jest ? A simple example with Picker causes the following error: ``` Warning: Function components cannot be given...