react-native-timetable
react-native-timetable copied to clipboard
How can I customize colors?
Can we add this to utils.js line 63?
color: item.color ? item.color : sameOne === undefined ? pickColor(count) : sameOne.color,