react-native-macos/Libraries/NativeAnimation/Nodes
Mikael Sand bdc530b9bb Fix connection of animated nodes and scroll offset with useNativeDriver. (#24177)
Summary:
Add example showing regression before this fix is applied.

https://github.com/facebook/react-native/pull/18187 Was found to introduce a regression in some internal facebook code-base end to end test which couldn't be shared. I was able to create a reproducible demo of a regression I found, and made a fix for it. Hopefully this will fix the internal test, such that the pr can stay merged.

## Changelog

[GENERAL] [Fixed] - Fix connection of animated nodes and scroll offset with useNativeDriver.
Pull Request resolved: https://github.com/facebook/react-native/pull/24177

Reviewed By: rickhanlonii

Differential Revision: D14845617

Pulled By: cpojer

fbshipit-source-id: 1f121dbe773b0cde2adf1ee5a8c3c0266034e50d
2019-06-06 04:52:19 -07:00
..
RCTAdditionAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTAdditionAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTAnimatedNode.h More iOS animation fixes 2019-04-08 09:15:14 -07:00
RCTAnimatedNode.m More iOS animation fixes 2019-04-08 09:15:14 -07:00
RCTDiffClampAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTDiffClampAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTDivisionAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTDivisionAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTInterpolationAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTInterpolationAnimatedNode.m Fix connection of animated nodes and scroll offset with useNativeDriver. (#24177) 2019-06-06 04:52:19 -07:00
RCTModuloAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTModuloAnimatedNode.m Fix native implementation of `Animated.modulo` (#23973) 2019-03-18 07:40:56 -07:00
RCTMultiplicationAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTMultiplicationAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTPropsAnimatedNode.h basic useNativeDriver functionality 2019-02-25 12:25:34 -08:00
RCTPropsAnimatedNode.m Fix connection of animated nodes and scroll offset with useNativeDriver. (#24177) 2019-06-06 04:52:19 -07:00
RCTStyleAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTStyleAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSubtractionAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSubtractionAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTrackingAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTrackingAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTransformAnimatedNode.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTransformAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTValueAnimatedNode.h Fix connection of animated nodes and scroll offset with useNativeDriver. (#24177) 2019-06-06 04:52:19 -07:00
RCTValueAnimatedNode.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00