jrafflenbeul

Results 7 comments of jrafflenbeul

@Inbal-Tish @ethanshar This small adjustment to the component's properties would really be a good thing to be included since I've stumbled over several people having issues with "too small" month...

Can anyone tell me which CSS classes (or similar) can be overridden to fix this problem?

My issue can be fixed by adjusting the constant `WEEK_HEIGHT` which can be found here: https://github.com/wix/react-native-calendars/blob/7d29982580912c9c19339b56ae7acb59b8409d3f/src/expandableCalendar/index.tsx#L42

There is also an issue with overriding theme styles. I've created two PRs which fix my issue: https://github.com/wix/react-native-calendars/pull/2435 https://github.com/wix/react-native-calendars/pull/2436 If someone could please check them that would be highly appreciated.

If anyone also would like to have the property `weekHeight` when using the expandable calendar, feel free to install my fork: https://github.com/jrafflenbeul/react-native-calendars Note: You might need to change the `namespace`...

I would also like to know how to edit the height of the calendar area itself to add space for more rows since my design has bigger dates and the...

Also having this issue after upgrading from Expo 49 to 51: ![Simulator Screenshot - iPhone 15 Pro Max - 2024-09-20 at 09 55 16](https://github.com/user-attachments/assets/4b663d86-3201-4d82-bf5c-b781052a58a8) This happens on iOS locally and...