afshinm / JalaliCalendarPicker

CalendarPicker Component for React Native (Jalali version)
32 stars 7 forks source link

Support initialStartDate and initialEndDate #3

Closed pooyahrtn closed 6 years ago

pooyahrtn commented 6 years ago

Hi. thanks for your great job. I suggest you change state of constructor at the line : selectedStartDate = this.props.selectedStartDate ... so we can setup an initial date picked. also you can add a "fixed" prop which disable picker. simply you can add if(props.fixed){ return} to the handleOnPressDay(). thank you so much.

afshinm commented 6 years ago

Could you send a PR?