BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
936 stars 325 forks source link

[Fix] scrollToOnSetSelectedDate false continuing scrolling #380

Closed RenataFanzeres closed 3 weeks ago

RenataFanzeres commented 3 weeks ago

When scrollToOnSetSelectedDate was false the calendar continued to scroll. Fixed by adding scrollToOnSetSelectedDate on Scroller.js and validating there too.