BugiDev / react-native-calendar-strip

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

Allow passing dayComponentHeight as an argument #223

Closed jimbol closed 3 years ago

jimbol commented 4 years ago

Addressing this ticket: https://github.com/BugiDev/react-native-calendar-strip/issues/222

Allows passing in a dayComponentHeight property which allows users to set a custom height for the day component.

<CalendarStrip
  dayComponentHeight={120}
  // ...
/>

What do you think?

peacechen commented 3 years ago

Thanks @jimbol for adding this feature. I have a question about the height key added to the return of createDayProps() (see above)

peacechen commented 3 years ago

Closing due to inactivity. See #273