react-native/Libraries/NativeAnimation
Janic Duplessis b49e7afe47 Dispatch native handled events to JS
Summary:
When native events where handled they were not sent to JS as an optimization but this caused some issues. One of the major one is touches are not handled properly inside a ScrollView with an Animated.event because it doesn't receive scroll events so it can't cancel the touch if the user scrolled.
Closes https://github.com/facebook/react-native/pull/10981

Differential Revision: D4226403

Pulled By: astreet

fbshipit-source-id: 41278d3ed4b684af142d9e273b11b974eb679879
2016-11-23 05:43:35 -08:00
..
Drivers Add support for native animated events on iOS 2016-11-01 03:58:53 -07:00
Nodes Add extractOffset to Animated 2016-11-07 20:43:37 -08:00
RCTAnimation.xcodeproj Fix CSSLayout import hack, update podspec 2016-11-21 09:13:36 -08:00
RCTAnimationUtils.h Add support for clamping for NativeAnimated on iOS 2016-10-20 14:13:38 -07:00
RCTAnimationUtils.m Add support for clamping for NativeAnimated on iOS 2016-10-20 14:13:38 -07:00
RCTNativeAnimatedModule.h Add support for native animated events on iOS 2016-11-01 03:58:53 -07:00
RCTNativeAnimatedModule.m Dispatch native handled events to JS 2016-11-23 05:43:35 -08:00
RCTViewPropertyMapper.h Maintain transform order 2016-08-02 14:28:29 -07:00
RCTViewPropertyMapper.m Maintain transform order 2016-08-02 14:28:29 -07:00