vlad-doru / react-native-calendar-datepicker

React-Native cross-platform, calendar component.
Apache License 2.0
85 stars 37 forks source link

Selection arrows #9

Closed jasongaare closed 7 years ago

jasongaare commented 7 years ago

I find some users don't intuitively understand the swiping feature, so I added a showArrows prop that allows for the addition of arrows on either side of the top bar to change months. The arrow will only show if the next or previous month is a valid month based on minDate and maxDate.

Right now the styles of the arrows should match the styles of the text for the month and year in the same bar.

Also updated the readme to reflex these changes, and uploaded a sample image.