stephy / CalendarPicker

CalendarPicker Component for React Native
800 stars 371 forks source link

How to style selected range #126

Closed aiynmm closed 4 years ago

aiynmm commented 6 years ago

I want to know how do you write the style to render when selecting range, I can't find that where are the default selectedRangeStartStyle, selectedRangeEndStyle and selectedRangeStyle initing in your code?

peacechen commented 6 years ago

It uses standard React style syntax.

<CalendarPicker
  selectedRangeStartStyle={{backgroundColor: 'yellow'}}
  etc...
/>