react-native-month-selector
react-native-month-selector copied to clipboard
Is there a way to not disabled the other next month or next year ?
Im planning to use this component for expiration date.
maxDate={moment().add(2, 'years')} for year maxDate={moment().add(1, 'months')) for month