stephy / CalendarPicker

CalendarPicker Component for React Native
802 stars 371 forks source link

How to set selected date via props? #294

Open relez opened 3 years ago

relez commented 3 years ago

Hi there, I am trying to set the default selected date via props?

<CalendarPicker 
  date={new Date()}
  selectedDate={new Date()}
/>

Thanks!

scottaric commented 2 years ago

Try initialDate

<CalendarPicker 
  initialDate={new Date()}
/>
mudassir912 commented 2 years ago

@scottaric initialDate props not working

berkaygurbuz commented 2 years ago

@scottaric still not working.