react-native-calendar-strip
react-native-calendar-strip copied to clipboard
Showing only months and year
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
Pull requests are welcome. How do you envision fitting the month picker view into a flat wide space that the current CalendarStrip lives in?
Edit: The updated layout looks reasonable. We could use flex-wrap on the months container to allow it to fit in either a flat wide space or a taller square-like space. There are some other features I plan to work on before getting to this. Would appreciate any code contributions you may have.
@Akshay9882 This could be done by creating a CalendarMonth component similar to CalendarDay. Would you be interested in submitting a PR?
@peacechen Are you still interested in having this enhancement? If so, I would gladly accept the challenge and submit a PR request.
Thanks.
PR's are most definitely welcome. Thanks for your contributions, and feel free to follow up with any questions.
need+1
@Louis345 Are you still interested in helping out with this PR?
My apologies, been a bit busy. I will start working on it tomorrow. I'm free then.
@Louis345 Looking forward to it! Should be a great option!
Any updates on this PR? Need this in my project
@Akshay9882 have you done this please send a solution if done.
@Akshay9882 This could be done by creating a CalendarMonth component similar to CalendarDay. Would you be interested in submitting a PR?
Yes sure
@Akshay9882 have you done this please send a solution if done.
I created custom calendar using react-native elements in the below format.
2017
JAN FEB MAR
APR MAY JUN
JUL AUG SEP
OCT NOV DEC