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
Is your feature request related to a problem? Please describe.
When the user changes their font size on the phone, it enlarges the size of the different texts in the calendar,I want to block all of this using the allowFontScaling props.
Describe the solution you'd like
I would like to be able to add textProps (allowFontScaling,maxFontSizeMultiplier, numberOfLines,ellipsizeMode, etc...).
Describe alternatives you've considered
First solution: Add the parameters textProps, selectedDayTextProps, selectedRangeStartTextProps, disabledDatesTextProps, todayTextProps etc...
Second solution: Add a component.
Additional context
Normal font size :
Big font size :
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When the user changes their font size on the phone, it enlarges the size of the different texts in the calendar,I want to block all of this using the allowFontScaling props.
Describe the solution you'd like
I would like to be able to add textProps (allowFontScaling,maxFontSizeMultiplier, numberOfLines,ellipsizeMode, etc...).
Describe alternatives you've considered
First solution: Add the parameters textProps, selectedDayTextProps, selectedRangeStartTextProps, disabledDatesTextProps, todayTextProps etc...
Second solution: Add a component.
Additional context
Normal font size :
Big font size :
The text was updated successfully, but these errors were encountered: