mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-01-12 22:50:47 +08:00
## Motivation On evaluating clock for the first time it was equal to zero ## Changes Observing `_displayLink` I noticed that for the first time when it's being set, the value of `_displayLink.timestamp` (and `_displayLink.targetTimestamp` as well) was equal zero from some unknown reason. However, I have found it pointless to look for bug here and actually cannot see why it's somehow better than `CACurrentMediaTime`. What's more, I made `_wantRunUpdates` usable again. Made some refactor.