gusparis / react-native-month-year-picker

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

Ui Breaking for Longer Text #130

Open Tanvir-rahman opened 1 year ago

Tanvir-rahman commented 1 year ago

UI is breaking for longer text Screenshot_1660980492

Also some props to pass inside container styling would be a nice addition.

yasithg commented 1 year ago

@Tanvir-rahman did you find a fix for this ?

gusparis commented 1 year ago

@Tanvir-rahman hello! I'll take a loot at this one. Thanks for using the library!

AlexCernik commented 1 year ago

Any solution?

edit: I use this temporal fix.

set any value in layout of this project > *.xml >

<NumberPicker
    android:id="@+id/month_picker"
    android:layout_width="80dp"