BugiDev / BugiDev/react-native-calendar-strip
Cannot change the dayContainerStyle height
- Dominant language
- JavaScript
- Stars
- 976
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
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:
```
{
let auxDate = moment(data).toDate();
setDate(auxDate);
}}
selectedDate={date}
/>
```
Is there a way I can reach this result with this component? thank you
Contributor guide
Assessment
This issue has not been assessed yet.