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
@GabrielDvt@Fe-souza i have faced same issue and got this solution, if you want to increase the size of day Component then you should pass same height to this both prop like this.
Note : you can give maximum dayComponentHeight={80}
If you want to give more height to dayComponentHeight then you have make patch in nodemodule location ==> node_modules > react-native-calendar-strip > src >CalendarStrip.js in this screen you will find static defaultProps = {
maxDayComponentSize: 80 }. you can change this defaultValue.
Note: if you are make changes in node_modules then make sure to get this library code out of node_modules otherwise when you will delete node_modules and re-install it that time you will loose this changes
Hi!
I'm using this component in my project but the designer prototyped with a height, as the following:
But whenever I try to change the height of the dayContainerStyle, seems like there is a parent element that does not allow me to do that.
Here is a result:
This is how i'm using the component:
The text was updated successfully, but these errors were encountered: