talalmajali / react-native-countdown-component

React Native CountDown
MIT License
266 stars 233 forks source link

miliseconds availability #50

Open vgb0332 opened 5 years ago

vgb0332 commented 5 years ago

It would be great if it supports up to miliseconds.. I implemented your code to support milisecons(by just adding calculated mili) but at the same time I couldn't get it right when having to render multiple timers at once like 4. I set timeout to call every 93 ms and one time seems rendering okay, but as soon as the number of timer increases, they get buggier and all respond slower than they should. Wondering if anyone have faced this kind of issue in terms of rending component in miliseconds degree.

dane-du-plessis commented 3 years ago

Duplicate of #51