Scroll view that wraps months in Agenda do not scroll to the top after pulling knob if pastScrollRange prop was set to 0 for Agenda component, it will scroll automatically to the top if we will begin scrolling manually.
Expected Behavior
Should scroll to the top of all months or until last selected month will touch top line.
Description
Scroll view that wraps months in
Agenda
do not scroll to the top after pulling knob ifpastScrollRange
prop was set to 0 forAgenda
component, it will scroll automatically to the top if we will begin scrolling manually.Expected Behavior
Should scroll to the top of all months or until last selected month will touch top line.
Observed Behavior
"react-native": "0.49.3",
"react-native-calendars": "^1.9.0",