vlad-doru / react-native-calendar-datepicker

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

Showing only month and year #12

Closed Akshay9882 closed 7 years ago

Akshay9882 commented 7 years ago

Is it possible to modify this calendar to shown only months and year, i want to modify it to show only months and years like below view

<     2017           >
   Jan   Feb    Mar
   Apr   May    Jun
   Jul   Aug    Sep 
   Oct   Nov    Dec
vlad-doru commented 7 years ago

I modified it for you, you just need to upgrade to version 1.2.2 and add the property finalStage="month"

Akshay9882 commented 7 years ago

Ok thanks