react-native-month-year-picker icon indicating copy to clipboard operation
react-native-month-year-picker copied to clipboard

Ui Breaking for Longer Text

Open Tanvir-rahman opened this issue 1 year ago • 3 comments

UI is breaking for longer text Screenshot_1660980492

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

Tanvir-rahman avatar Aug 20 '22 07:08 Tanvir-rahman

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

yasithg avatar Sep 15 '22 14:09 yasithg

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

gusparis avatar Nov 28 '22 21:11 gusparis

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"

AlexCernik avatar Mar 01 '23 18:03 AlexCernik