We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @MrToph,
I'm impressed with your library and I'd like to add it to my project. The problem is that I'm having troubles with reproducing this example:
I copied your code:
import CountdownCircle from 'react-native-countdown-circle' render() { return ( <CountdownCircle seconds={10} radius={30} borderWidth={8} color="#ff003f" bgColor="#fff" textStyle={{ fontSize: 20 }} onTimeElapsed={() => console.log('Elapsed!')} /> ) }
I'm getting the 10 sec count down itself, however I don't have this nice effect of the circle changing the color as the time goes.
I have a red circle first @ 10, then the color changes to gray instantly at 9 and it stays gray until 0 time, which looks like this:
-> -> ... ->
My environment: React Native version: RN 0.51.0 Platform: Android 6.0 device (Moto G 2nd Generation)
The text was updated successfully, but these errors were encountered:
Hi, problem is solved thanks to this thread. I disabled chrome debugger and the animation started to work as it is supposed to work
Sorry, something went wrong.
No branches or pull requests
Hi @MrToph,
I'm impressed with your library and I'd like to add it to my project. The problem is that I'm having troubles with reproducing this example:

I copied your code:
I'm getting the 10 sec count down itself, however I don't have this nice effect of the circle changing the color as the time goes.
I have a red circle first @ 10, then the color changes to gray instantly at 9 and it stays gray until 0 time, which looks like this:
My environment:
React Native version: RN 0.51.0
Platform: Android 6.0 device (Moto G 2nd Generation)
The text was updated successfully, but these errors were encountered: