react-native/Libraries/NativeAnimation
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
..
Drivers Native Animated - Fix timing animation delay on iOS 2017-03-28 09:16:58 -07:00
Nodes Native Animated - Restore default values when removing props on iOS 2017-03-28 05:33:02 -07:00
RCTAnimation.xcodeproj Enable -Wimplicit-retain-self en sync warning config for all projects 2017-03-23 15:01:34 -07:00
RCTAnimationUtils.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTAnimationUtils.m Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTNativeAnimatedModule.h Native Animated - Restore default values when removing props on iOS 2017-03-28 05:33:02 -07:00
RCTNativeAnimatedModule.m Native Animated - Restore default values when removing props on iOS 2017-03-28 05:33:02 -07:00
RCTNativeAnimatedNodesManager.h Native Animated - Support multiple events attached to the same prop 2017-03-09 15:30:28 -08:00
RCTNativeAnimatedNodesManager.m Native Animated - Support multiple events attached to the same prop 2017-03-09 15:30:28 -08:00