picker
picker copied to clipboard
Picker is a cross-platform UI component for selecting an item from a list of options.
Hello, I hope this finds you well. Please could you allow developers to make dropdown pickers select multiple items at once? In some instances, users might or must have to...
Hello, I want to change the color of my number when it is selected, but I can't change it using selectionColor. The following is my code: `eturn ( setSelectedHour(itemValue)} selectionColor={processColor('#e83b30')}>...
If I have a Picker Item with `value={10}`, using 2.5.1, the value will be set to `10` when I select that, but starting with 2.6.0, it will be set to...
My code: ` { onTimeChange({ hour: itemValue.toString(), minute, format, }); }} > {hours.map((hour) => ( ))} ` relevant style: ` picker: { flex: 1, }, textPicker: { color: Colors.White, fontSize:...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
The type for the `onValueChange` prop of the web picker is set to the following ([here](https://github.com/react-native-picker/picker/blob/b823b7ba4cf892c128f7916e8a33504fa329b0ba/js/Picker.web.js#L20)): ``` onValueChange?: (number | string, number) => void, ``` but the value coming back...
I'm using Picker (@react-native-picker/picker) in a form, but on IOS it doesn't display the Picker.Items, on Android it worked perfectly estou usando a versão "@react-native-picker/picker": "2.4.10" e estou usando o...
Can this library support the other iOS picker styles? https://developer.apple.com/documentation/swiftui/pickerstyle 
I updated my SDK version from 48 to 49, and now the react-native-picker/picker doesn't work on Android. It works on the web version, but on Android, the options are empty....
After upgrading `react-native: 0.72.3`, android building is failing: ``` FAILURE: Build failed with an exception. * What went wrong: Some problems were found with the configuration of task ':react-native-picker_picker:packageDebugResources' (type...