Easy to use and visually stunning calendar component for React Native.
The new Scrollable CalendarStrip component in version 2.x offers a bi-directional infinite scroller for a more dynamic user experience. This feature can recycle days using RecyclerListView and allows for smooth shifting of dates as the ends are reached, improving performance. Users should take precautions when using the Chrome debugger due to a setTimeout bug in React Native that may cause issues with date updates. To prevent date shifts at the ends of the scroller, setting a minDate and maxDate range of a year or less is recommended.
To install the Scrollable CalendarStrip component, follow these steps:
npm install scrollable-calendar-strip
or
yarn add scrollable-calendar-strip
The Scrollable CalendarStrip component in version 2.x introduces a bi-directional infinite scroller feature that enhances user interaction and performance. Users need to be cautious when using the Chrome debugger due to a React Native bug and consider setting minDate and maxDate for smoother operation. The component offers flexibility, allowing for out-of-the-box usage or extensive customization to create visually appealing calendar displays. With a range of props for data handling and event functions, the Scrollable CalendarStrip provides a versatile solution for calendar implementations in React Native applications.