Closed prechapl closed 3 years ago
Hey, how do you test it? On real device or simulator?
I tested on Android device, Ios device, and Ios simulator.
It seems to be working fine in the Snack - https://snack.expo.dev/@dimitrov/countdown-circle-timer?platform=ios It may be related to your code that slows down the runtime , thus the timer is affected. I'd suggest creating a new App and adding just the timer to see what would be the result.
Hey @prechapl, any luck on reproducing this one on different devices?
Closing this issue due to inactivity.
I'm working on RN app where the timer is much slower on Android than on IOS.
When setting duration 60, the timer actually takes 86 seconds on Android device
When setting duration 60, the timer actually takes 67 seconds on IOS device
Any advice on how to optimize this would be greatly appreciated!
Thanks for creating this package.
Thanks, Preston