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
I have also other issues with styling some containers:
The DaySelector container has a top padding of 5 which is not editable; the workaround which works only with a fixed height is to set add 5 (the padding top value) to the desired height
The container inside the Header also has a padding which is not editable neither; the workaround is to put a negative margin on the Header container style
There is also no way to set justify-content: space-between on the main container, nor to add children directly in the main container; we could use a custom Calendar.tsx based on the package's one, but with children and custom styles props, is this the way?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
Just trying to custom the date picker style.
Why are dates oustide of the current month not using the
dayContainerStyle
?react-native-ui-datepicker/src/components/Day.tsx
Line 56 in bd0cea9
I have also other issues with styling some containers:
justify-content: space-between
on the main container, nor to add children directly in the main container; we could use a custom Calendar.tsx based on the package's one, but with children and custom styles props, is this the way?Thanks!
The text was updated successfully, but these errors were encountered: