SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 0 C++

Use timestamp from Animation Backend in Animated (#55206)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/55206

To avoid timestamp representation bugs with different platforms passing the timestamp as a simple double, we now use `std::chrono::duration<double, std::milli>` to represent timestamps.

# Changelog
[General] [Added] - `AnimationTimestamp` to `UIManagerAnimationBackend`
[General] [Changed] - updated `AnimationBackend` usages to use `AnimationTimestamp`

Reviewed By: zeyap

Differential Revision: D90505538

fbshipit-source-id: 98761ac0060612e9ed9a57c9952656cae70c30f1
B
Bartlomiej Bloniarz committed
2a4a54ae6c92c9fbf8601601aae50fd1f1115871
Parent: d379cde
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 1/20/2026, 1:26:20 PM