stephy / CalendarPicker

CalendarPicker Component for React Native
803 stars 373 forks source link

API for changing displayed month #172

Closed lironsher closed 4 years ago

lironsher commented 4 years ago

I'm looking for API I can change the displayed month.

For example, if currently displayed Jan, I want to change from an outside button to October.

peacechen commented 4 years ago

Try changing the initialDate prop. Set it to any day of the month that you'd like the calendar to change to.

peacechen commented 4 years ago

Alternatively, you could use the handleOnPressDay method from the CalendarPicker's ref: https://github.com/stephy/CalendarPicker#methods