React-native-calendars: Agenda knob styling

Created on 26 May 2017  路  7Comments  路  Source: wix/react-native-calendars

Is there anyway to override styles of knob of agenda ?

Feature request

Most helpful comment

Currently there is no way, but I propose that renderKnob optional property could be added to Agenda. You could do a PR for that

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joaosauer picture joaosauer  路  4Comments

ercpereda picture ercpereda  路  4Comments

srichallamalla935 picture srichallamalla935  路  4Comments

matieux picture matieux  路  4Comments

idlework picture idlework  路  4Comments