Feat on press year
Kept command in line with text order for the arrows ie onPressX instead of onXPress
This is useful so I can implement a new component to select the month / year by clicking on it, similar to the workflow of other calendars.
This will be very helpful for implementing the following:

Except that in order to implement this, the month prop needs to be passed to the onPressYear handler like this:
<TouchableOpacity disabled={!this.props.onPressYear} onPress={() => this.props.onPressYear(this.props.month)}>
So the selected year could be set and passed back to calendar with the current prop.
@tautvilas Could it be added to pull request? When is it going to be merged?
@tautvilas any new here?
Any progress on merging this? I could really use this feature!
Yes, this would be a great addition.
@Inbal-Tish hello! any updates on this?
Is it merged?
Oh my gosh, 2 years later and this extremely useful Pull Request has not been accepted yet 😱. That means I'll need to improvisate even using a library 😳, that's really doesn't make sense to me. What's the reason for that late?
Guys, I'm waiting for a response to my comments from the PR's writer. Please don't be rude. You are welcome to submit your own PR for this feature if you want to speed its release.
really disappointing, why this PR is not getting accepted :(
New PR: https://github.com/wix/react-native-calendars/pull/1798