hoangnm/react-native-week-view

Is there a way where we can avoid shrinking of the events occuring at the same time and ovelap it instead?

TheTushar2696 opened this issue · 6 comments

Is there a way where we can avoid shrinking of the events occuring at the same time and ovelap it instead?

Something like this? #233

No, So actually I have blocked some cells in the calendar as shown in the image by passing isTimeSlot key in the event, Just as you mentioned in issue
2549866c4a0dbadd7d0bf4d1be23907d
,

So I want to enable overlapping of events in the greyed out portion something like this:
Image from iOS

But actually when I move the event to that greyed out section both the events are getting aligned side by side instead of overlapping

I see

This should be solved by the upcoming block-like events. We are trying to release them soon!

Thanks!

Any ETA on this

There is already a first working version implemented (in a local branch)

But I'm not sure on an ETA for the actual release, since it needs a couple of ongoing refactors (#219 and #229). I'd say still a couple of weeks
UPDATE: see #220 for updates

Check this comment in a similar issue with a solution