You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to style the react-native Picker and PickerItem components. I attempted to use the pickerWrapper, but only the backgroundColor can be changed this way and not the font family nor font size. Thanks!
The text was updated successfully, but these errors were encountered:
For anyone else hitting this; I found that I needed to patch PickerComponent.ios.js#99 to include the itemStyle property for the RN Picker to style its items. Note that I used the valueStyle property because it worked for me but could easily have added another style prop or used labelStyle.
I've also got a bunch of other patches that fix various iOS and android style and functional issues on my fork -- I have not processed them into a coherent PR yet and probably won't given that there's no activity on the outstanding PRs, one of which may conflict with mine.... but sharing it here in case others need them.
Unable to style the react-native Picker and PickerItem components. I attempted to use the pickerWrapper, but only the backgroundColor can be changed this way and not the font family nor font size. Thanks!
The text was updated successfully, but these errors were encountered: