You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the react-native-calendars library in my React Native project to display a timeline view with events scheduled throughout the day. By default, the time intervals on the left side of the timeline are set to 30 minutes, as shown in the image:
Expected Behavior
I'd like to modify these time intervals to display every 15 minutes instead of the default 30-minute intervals. I need more control over how these intervals are displayed to better match my scheduling needs.
Observed Behavior
I could not find anything in the documentation, this feature seems crutial for a calendar, is it missing?
I'm also encountering a similar challenge. In my case, I need to adjust the timeline intervals to better suit my app's scheduling requirements, but I haven't found a way to modify the default 30-minute intervals either.
Description
I'm using the react-native-calendars library in my React Native project to display a timeline view with events scheduled throughout the day. By default, the time intervals on the left side of the timeline are set to 30 minutes, as shown in the image:
Expected Behavior
I'd like to modify these time intervals to display every 15 minutes instead of the default 30-minute intervals. I need more control over how these intervals are displayed to better match my scheduling needs.
Observed Behavior
I could not find anything in the documentation, this feature seems crutial for a calendar, is it missing?
Other info
https://stackoverflow.com/questions/78927773/how-to-adjust-time-intervals-in-react-native-calendars-to-less-than-1-hour-30-mi
The text was updated successfully, but these errors were encountered: