apaajabolehd / react-native-range-datepicker

react native range datepicker inspired by Airbnb
83 stars 53 forks source link

Can't see old months #32

Open dentep opened 3 years ago

dentep commented 3 years ago

The list doesn't scroll up past current month. Cant see old months???

fatima2027 commented 2 years ago

Hi! you got any solution for old months?

adamshels1 commented 2 years ago

use: initialMonth='YYYYMM' maxMonth={12}

adamshels1 commented 2 years ago

initialMonth={moment().subtract(12, 'months').format('YYYYMM')} //prev 12 months