BugiDev / BugiDev/react-native-calendar-strip

Cannot change the dayContainerStyle height

Open
#371 2 comments 2 reactions 0 assignees View on GitHub
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:

![image](https://github.com/BugiDev/react-native-calendar-strip/assets/9540475/b648c289-092f-49b7-9baa-eb50c1cd7bd9)

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:

![WhatsApp Image 2023-07-16 at 11 12 23](https://github.com/BugiDev/react-native-calendar-strip/assets/9540475/207b782a-6b0d-4af7-9adc-3916c79ced48)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.