mirror of
https://github.com/status-im/react-native.git
synced 2025-01-20 22:39:20 +00:00
fea2db42fd
Summary: Animated.spring is not guarantee to stabilize at exactly toValue (determined by restDisplacementThreshold). It is a bit annoying that the last value is not toValue, it makes the logs harder to read and also prevents you from writing code like value === toValue. Instead you need to track it down somewhere else.