afshinm / JalaliCalendarPicker

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

Invalid prop `initialDate` of type `Moment` supplied to `HeaderControls` #4

Closed saeedjamshidi closed 6 years ago

saeedjamshidi commented 6 years ago

Hi Afshin, I'm using this component on react native 0.50.3 and I'm getting bellow warning:

Warning: Failed prop type: Invalid prop initialDate of type Moment supplied to HeaderControls, expected instance of Date

could you please help me to figure out how to fix this?

afshinm commented 6 years ago

It must be related to this line: https://github.com/afshinm/JalaliCalendarPicker/blob/master/CalendarPicker/HeaderControls.js#L59

Changing the type of this property to Moment should solve the issue.