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

Hello, I would like to see if anyone have had a similar issue. I have recently upgraded the package from 2.4.10 to 2.6.1. And I just realized that a Picker...

Currently, the previews are in one line and are not visible, unless zoomed in or clicked on. This way can add extra steps to view one simple image before: ![image](https://github.com/react-native-picker/picker/assets/35927429/2b948ee0-54f3-4b38-ad6e-bb5c8c590cdb)...

Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...

dependencies
javascript

@react-native-picker/picker 1.16.5 iOS 14 I can't get the accessibilityLabel to be read by VoiceOver on an iOS device with a simple Picker example. Instead it is reading the currently selected...

released

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies
ruby

If we want to disable font scaling, we can add this code to app.js or index.js. ```js if (Text.defaultProps == null) { Text.defaultProps = {}; Text.defaultProps.allowFontScaling = false; } ```...

When I run `npx react-native run-android` I receive the error below: ERROR: /Users/brunoferesvillela/Developer/React/AppName/node_modules/@react-native-community/picker/android/build/.transforms/38b29930ec9d8c443156538e9b0761bf/transformed/classes/classes_dex/classes.dex: D8: Type com.reactnativecommunity.picker.BuildConfig is defined multiple times: /Users/brunoferesvillela/Developer/React/AppName/node_modules/@react-native-community/picker/android/build/.transforms/38b29930ec9d8c443156538e9b0761bf/transformed/classes/classes_dex/classes.dex, /Users/brunoferesvillela/Developer/React/AppName/node_modules/@react-native-picker/picker/android/build/.transforms/1db1a29ff3ccd47eadace0fbc515e4e6/transformed/classes/classes_dex/classes.dex Type com.reactnativecommunity.picker.BuildConfig is defined multiple times: /Users/brunoferesvillela/Developer/React/AppName/node_modules/@react-native-community/picker/android/build/.transforms/38b29930ec9d8c443156538e9b0761bf/transformed/classes/classes_dex/classes.dex, /Users/brunoferesvillela/Developer/React/AppName/node_modules/@react-native-picker/picker/android/build/.transforms/1db1a29ff3ccd47eadace0fbc515e4e6/transformed/classes/classes_dex/classes.dex...

Library version: 2.9.0 React native version: 0.76.0, new architecture enabled When opening react-native-picker, I get this error in runtime: ``` Process: app.florio.userfactor, PID: 29998 java.lang.NullPointerException: Attempt to invoke interface method...