BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
936 stars 325 forks source link

Typescript issues #234

Closed nvalois closed 3 years ago

nvalois commented 3 years ago

Missing those two props on CalendarStrip component.

Moment is send on callback onDateSelected and onWeekChanged making errors if we do a date.toDateString() on the function.

peacechen commented 3 years ago

@nvalois I resolved conflicts from another PR. Does that look ok? You may want to review #235

peacechen commented 3 years ago

@sugersuger This has been merged. Please check that the main branch works properly in Typescript projects. I resolved some more merge conflicts.

sugersuger commented 3 years ago

@peacechen OK, I will try.