vydimitrov / react-countdown-circle-timer

Lightweight React/React Native countdown timer component with color and progress animation based on SVG
MIT License
692 stars 87 forks source link

Issue with colors being calculated and displayed #243

Closed mattpilleul closed 6 months ago

mattpilleul commented 9 months ago

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

vydimitrov commented 6 months ago

Can you create a small demo reproducing the issue?

vydimitrov commented 6 months ago

Closing due to inactivity