stephy / CalendarPicker

CalendarPicker Component for React Native
803 stars 373 forks source link

Prop incorrectly named? #142

Closed rolfb closed 5 years ago

rolfb commented 5 years ago

https://github.com/stephy/CalendarPicker/blob/ab5bff9f9761c2f8b40e173737acec63a1123963/CalendarPicker/index.js#L289

peacechen commented 5 years ago

That style comes from the call to makeStyles, which returns the calendar style: https://github.com/stephy/CalendarPicker/blob/ab5bff9f9761c2f8b40e173737acec63a1123963/CalendarPicker/makeStyles.js#L16

rolfb commented 5 years ago

syles should still be named styles though?

peacechen commented 5 years ago

Good catch! Thanks for noticing this. Would you mind creating a PR?

rolfb commented 5 years ago

All better now ;-)

peacechen commented 5 years ago

Thanks @rolfb for the comprehensive PR