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
Currently, CalendarContainer allows horizontal swipe gestures by default, but there is no built-in option to disable this functionality. In some use cases, it would be preferable to prevent horizontal swiping to improve navigation control or avoid accidental scrolling.
Suggested Enhancement
Adding a property to enable or disable horizontal swipe functionality in CalendarContainer would be highly beneficial. This could be something like disableSwipe or allowHorizontalSwipe, which developers could set to true or false as needed.
Additional Context
In certain configurations, such as when using CalendarContainer within a modal (e.g., @gorhom/bottom-sheet), the horizontal swipe can interfere with navigation and lead to an undesirable user experience.
Problem
Currently, CalendarContainer allows horizontal swipe gestures by default, but there is no built-in option to disable this functionality. In some use cases, it would be preferable to prevent horizontal swiping to improve navigation control or avoid accidental scrolling.
Suggested Enhancement
Adding a property to enable or disable horizontal swipe functionality in CalendarContainer would be highly beneficial. This could be something like disableSwipe or allowHorizontalSwipe, which developers could set to true or false as needed.
Additional Context
In certain configurations, such as when using CalendarContainer within a modal (e.g., @gorhom/bottom-sheet), the horizontal swipe can interfere with navigation and lead to an undesirable user experience.
Example Implementation
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered: