react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.52k stars 289 forks source link

Picker on Android text no longer visible or interactive with just flex: 1 #357

Open sammjinks opened 2 years ago

sammjinks commented 2 years ago

When using Picker on an Android device, prior versions allowed the display to be shown as expected with just flex: 1. Now, the display doesn't show properly, and the dropdown pickers are no longer interactive. Height has to be manually set to a non-zero value in order for the display to work.

Screenshot_20211122-134649

Please address this in a future version so the picker works as expected with react native's stylesheet setup.

bygiro commented 2 years ago

check this, it solved for me. issue: #273