vydimitrov / react-countdown-circle-timer

Lightweight React/React Native countdown timer component with color and progress animation based on SVG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with colors being calculated and displayed

mattpilleul opened this issue · comments

Hello !

I actually use CountdownCircleTimer with a useTimer hook that calculates based on a usualTime value given by the user, the amount of time left before this usualTime.

The context is pill taking for users.

If countdown arrives to zero we add an extra hour to it, but the colors of countdown are not displayed.

Could you help? @vydimitrov,

Thanks

Can you create a small demo reproducing the issue?

Closing due to inactivity