react-native-calendar icon indicating copy to clipboard operation
react-native-calendar copied to clipboard

Feature Request: different custom styles for different event types

Open bobbypiper opened this issue 9 years ago • 0 comments

currently only able to specify styling for hasEventCircle however it would be awesome to be able to specify any number of different styles for different events, possibly in the eventDates Object

{ '2016-07-22': { style: { backgroundColor: '#333' } } }

bobbypiper avatar Jul 11 '16 19:07 bobbypiper