picker
picker copied to clipboard
Picker is a cross-platform UI component for selecting an item from a list of options.
I'd like to simplify the example directory by using https://github.com/microsoft/react-native-test-app Replace the current example repository with a project created by `yarn test-init-app` (a command in react-native-test-app) Follow the instruction in...
``` @style/SpinnerItem @style/SpinnerDropDownItem ``` ``` @color/alert_text @color/alert_background @color/alert_text @color/alert_background ``` color is applying but background color is not applying after upgrading to 2.4.1 version
Can you add styling and replacement for the dropdown icon? For example, I want to rotate the default icon 180 degrees.
# Bug report ## Summary On iOS the horizontal lines above and below the selected item appear to follow the system color scheme (dark mode/light mode), with no way to...
# Feature request Expose PickerProps and PickerItemProps types in the declaration files ## Why it is needed I'm trying to write a wrapper for this so it works similarly to...
I have not found a way to increase or position the items in the android picker. Is there a way to do that? Especially the non-dropdown mode with a set...
I'm using picker '@react-native-picker/picker' but it's getting distorted dropdownIcon in androdi version 5.1, in recent version it's normal 
Is there anyway placeholder can be added to this picker ?
``` % ./gradlew bundleRelease > Configure project :react-native-reanimated WARNING:The specified Android SDK Build Tools version (28.0.2) is ignored, as it is below the minimum supported version (30.0.3) for Android Gradle...
Hello everybody, is it possible to view the iOS Picker on android? I tried with the PickerIOS but it doesn't show me anything ... Thank you so much