pritishvaidya / react-native-flip-countdown-timer

A Flip Countdown Timer implementation in React Native

Home Page:https://medium.freecodecamp.org/how-to-build-a-flip-timer-in-react-native-e208e54baf58

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always wrong countdown

lukhol opened this issue · comments

Hi,
Unfortunatelly countdown always count wrong.
Example:

  • 600 seconds will produce 23:10:00 and then 23:09:59 and then 23:08:57 and then ok.
    As i can see calculating time is done properly but then in flip-number/index.js calculation is wrong.