gusparis / react-native-month-year-picker

React Native Month Picker component for iOS & Android
MIT License
105 stars 73 forks source link

September on android is trimmed #95

Open cr0nil opened 2 years ago

cr0nil commented 2 years ago

September on android is trimmed

vlad-ps commented 2 years ago

Same thing here. Galaxy Note 10+, big phone with lots of real estate. September is trimmed at both ends in full mode. Need to increase left and right padding.

Screenshot_20210817-080649_LightningBolt.jpg

vlad-ps commented 2 years ago

@gusparis Any poasibity that this may be fixed?

cengit commented 2 years ago

@vlad-ps try this:

<RNMonthPicker mode='short' />
vlad-ps commented 2 years ago

That's exactly what I did as a workaround. But it's not really a solution if you want full month names in there.

gusparis commented 1 year ago

Related to #130