Is there anyway to override styles of knob of agenda ?
Currently there is no way, but I propose that renderKnob optional property could be added to Agenda. You could do a PR for that
would it also be possible to add knobTintColor or some property to alter the color within agenda theme? I would prefer to not have to render the custom component if avoidable (will add support for both in PR though)
yeah we can have knobColor option which would be implemented with tint
fixed in 1.5.8
oh wow, was just about to get to this! thanks!
Working on implementing the color change, not exactly sure on what the agreed syntax was.
the theme prop name is agendaKnobColor you can find an example here:
https://github.com/wix/react-native-calendars#agenda
Most helpful comment
Currently there is no way, but I propose that
renderKnoboptional property could be added to Agenda. You could do a PR for that