react-native/Libraries/NativeAnimation/Drivers
Janic Duplessis fb54a1eb3e Native Animated - Fix timing animation delay on iOS
Summary:
Delay was broken with native animations on iOS. After checking what android does to handle delay, I noticed it does nothing at all since the delay is already handled when generating the animation frames. This removes all code that tried to handle delay on iOS since it is not needed and breaks it. Also updated an example to have delay in UI explorer.

Fixes #12388

**Test plan**
Tested that delay works in UIExplorer on iOS and Android.
Closes https://github.com/facebook/react-native/pull/12443

Differential Revision: D4582514

Pulled By: javache

fbshipit-source-id: dc53295e716c8476c71ccd578380962f056de2be
2017-03-28 09:16:58 -07:00
..
RCTAnimationDriver.h Fix NativeAnimation invalidation & races on iOS 2016-11-28 11:13:31 -08:00
RCTEventAnimation.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTEventAnimation.m Add support for native animated events on iOS 2016-11-01 03:58:53 -07:00
RCTFrameAnimation.h Add support for springs for NativeAnimated on iOS 2016-10-21 04:29:03 -07:00
RCTFrameAnimation.m Native Animated - Fix timing animation delay on iOS 2017-03-28 09:16:58 -07:00
RCTSpringAnimation.h Add support for springs for NativeAnimated on iOS 2016-10-21 04:29:03 -07:00
RCTSpringAnimation.m remove unused includes in fbobjc/Libraries 2017-02-19 18:33:49 -08:00