wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.57k stars 2.96k forks source link

Change Year #1137

Open sumit-android-haridwar opened 4 years ago

sumit-android-haridwar commented 4 years ago

Hi, I want to change the year from current year So that i can go directly to the selected year ,but now i dont have such functionality,please help us to fix this.

shareef-dweikat commented 4 years ago

I have same problem. Did you find a solution?

chenei commented 4 years ago

We currently don't support this functionality. Added a label.

JavierLaguna commented 4 years ago

HI ! How is the state of this feature ? Any update? Thank you so much!

RebeccaAouizerats commented 4 years ago

Hi, I'm really interested too!

boblitex commented 3 years ago

how's this looking? I wanna make a PR for this, cos it's quite important

imbarwinata commented 3 years ago

Hi, Any updates?

rebirthtobi commented 3 years ago

Any update on this?

rabie-khlifi commented 3 years ago

this is somth any calander shuld have user shuld keep scroling to go from one year to another imagen going from 2021 to year 2000 this is somth that shuld be done soon

sweetraare commented 3 years ago

Any updates on this?

talhamujahid52 commented 2 years ago

Any updates on this??

Tejesh-Duvvuru commented 1 year ago

Any updates on this? This should very important feature

arisyo13 commented 1 year ago

I am interested in this too!

logicman commented 1 year ago

+1

BrodaNoel commented 1 year ago

Uffffff!!! I just realized this feature is not implemented and it's a HUGE BLOCKER for your project.

Is there an ETA for this? Or could you point where/how could we implement this, so maybe I can try to create a PR with that.

The idea is that when the user click in the Month name, it should show all the months, and then when the user click on the Year title it should show some years with an infinite scroll.

MateoGonzalez22 commented 1 year ago

I was looking for the same thing, i solved it by creating a "initialDateValue" state and setting it into:

initialDate={initialDateValue}
key={initialDateValue}

Then i make my custom renderHeader and when its pressed you can select the month-year from a picker, then it sets to the initialValue and the calendar re-renders because the key changes. It's not the best but until the feature is available it works.