howljs / react-native-calendar-kit

React Native Calendar Kit is a powerful and flexible calendar component for React Native applications. It provides a customizable and feature-rich calendar view with support for various functionalities
https://howljs.github.io/react-native-calendar-kit/docs/intro/
MIT License
429 stars 73 forks source link

Any way to pin events to a lane? #92

Closed jagthedrummer closed 2 weeks ago

jagthedrummer commented 9 months ago

I'm working on displaying a schedule for a music festival where there will be several stages operating at once on the same day. I'd like to find a way to ensure that all of the events for a particular stage show up in the same column/lane in the timeline regardless of the start time of events.

Here's an example:

CleanShot 2024-01-04 at 15 18 38

I'm looking for a way to get those last two events to switch columns, so that Stage 1 events are all in the first column, and Stage 2 events are all in the second column.

Do you have any tips on how I might be able to make that happen?

howljs commented 2 weeks ago

Updated in v2.0.5