Relative Content

Tag Archive for react-nativecalendarpanresponder

Horizontal scroll in calendar with panResponder not working properly

I’m creating a calendar in react native. I have the arrows to move to next a prev month that works correctly and I’m trying to use an horizontal scroll or drag to move between months but no mather on wich month the vew is, when I scroll to the prev month it makes the animation but renders the month previous to the actual date. and same happens with the next month scroll.
Also I cant make the calendar view grow the full space to adjust if I put it in a Component in an app later.
this is the full code: