react-native-calendar
react-native-calendar copied to clipboard
Feature Request: different custom styles for different event types
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' } } }