react-native-picker / picker

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

Styling the picker button #489

Open marcdc123 opened 1 year ago

marcdc123 commented 1 year ago

I am trying to change the font size of the picker text itself (the button on which one clicks to get the modal opened) but cannot find a way to do it so it looks very small on large screens. There are issues raised about styling the items in the modal but I am fine with the standard white medium font, I just need to change the picker button. I tried to style it the classic way but no chance so far, problem is that I am using expo and don't have the skills to do some native code. Is there a solution for that? Many thanks and well done for this great lib

Kevinparra535 commented 1 year ago

same