acro5piano / react-native-big-calendar

gcal/outlook like calendar component for React Native
https://react-native-big-calendar.vercel.app
MIT License
441 stars 145 forks source link

event cell position problem of minHour & maxHour #1053

Closed jangminhyeok closed 3 months ago

jangminhyeok commented 3 months ago

when I set minHour and maxHour, event cell's position is not proper. (mode=week) For example, 15:00-16:00 event goes to 17:00-18:00 when I set minHour to 9 and maxHour to 21. I checked it in iOS 17.4 / iPhone 15 Pro Max.

acro5piano commented 3 months ago

@jangminhyeok Thanks for reporting. Can you provide a screenshot, reproductive code or storybook?

@adambinnersley Any chance to look into it?

acro5piano commented 3 months ago

Fixed on v4.13.2. Thank you @comeonlnw !