react-native-macos/Libraries
Peter Argany 2d86d38e75 Make AnimatedMock instantly complete spring and timing animations
Summary:
Some MP E2E tests started failing when I introduced AnimatedMock (D13811035) with this error:

> message: Timeout exception: Message: element located by locator {"id":"mp_your_items_tab_button"} is not visible

The test relied on the button to animate in, which AnimatedMock disabled. The fix is to complete animations instantly in AnimatedMock. This diff implements that for spring and timing.

Reviewed By: cpojer

Differential Revision: D14036172

fbshipit-source-id: 18a422ce8ef6de05ff9224c94214524511a76949
2019-02-12 10:40:23 -08:00
..
ART Add CF_RETURNS_NOT_RETAINED annotate for Objective-C method which returns Core Foundation object (#23122) 2019-01-23 04:05:56 -08:00
ActionSheetIOS Feature/action sheet destructive button indexes (#18254) 2019-01-24 12:29:49 -08:00
Alert Merge AlertIOS with Alert (#23318) 2019-02-12 07:38:42 -08:00
Animated Make AnimatedMock instantly complete spring and timing animations 2019-02-12 10:40:23 -08:00
AppState Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
BatchedBridge Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
Blob Start using getConstants 2019-02-04 17:46:56 -08:00
BugReporting Upgrade to Flow v0.88.0 2018-12-11 20:01:00 -08:00
CameraRoll Fixing T38936345 -Opening creative tools from home or creation flow shows a red screen 2019-01-14 10:50:36 -08:00
Color Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Components Move codegen into packages/react-native-codegen 2019-02-07 03:09:05 -08:00
Core Critical improvements for Map and Set polyfills. 2019-01-28 01:52:14 -08:00
DeprecatedPropTypes Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
EventEmitter Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
Experimental Fix SwipeableActionButton styling. (#23113) 2019-01-23 04:10:13 -08:00
Geolocation Location Services: don't reset desiredAccuracy on every update/error (#23209) 2019-01-30 10:23:58 -08:00
Image Add deprecation notice to ImageStore (#23330) 2019-02-11 01:24:03 -08:00
Inspector Update xplat/js to 0.92.0 2019-02-01 09:35:42 -08:00
Interaction Fix no shadow warnings (#22190) 2019-01-01 17:13:15 -08:00
JSInspector Remove explicit requires of Map and Set 2018-10-19 10:57:24 -07:00
LayoutAnimation Globally disable LayoutAnimation during Snapshot Tests 2019-01-24 15:24:59 -08:00
Linking Android: Adding sendIntent on Linking module (#22302) 2018-12-06 21:13:58 -08:00
LinkingIOS Update RCTLinkingManager.h to explicitly state the 'nullability' of parameters (#20798) 2018-09-21 06:18:39 -07:00
Lists Fix regression of VirtualizedList jumpy header (#22025) 2019-02-04 08:20:15 -08:00
Modal RCTModalHostView (#23030) 2019-01-17 02:41:59 -08:00
NativeAnimation fix broken animation tests 2018-09-28 09:17:17 -07:00
Network Fix Warnings in Xcode (#23184) 2019-01-28 03:57:42 -08:00
Performance Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
PermissionsAndroid Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
PushNotificationIOS Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
RCTTest Add types to RCTSnapshotNativeComponent (#23111) 2019-01-23 02:18:10 -08:00
ReactNative Add more init perf markers 2019-02-11 16:50:40 -08:00
Renderer React sync for revisions aa94237...f24a0da 2019-02-11 15:26:44 -08:00
Sample RN: Missing Copyright Headers 2018-10-31 01:37:26 -07:00
Settings Start using getConstants 2019-02-04 17:46:56 -08:00
Share Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
Storage Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
StyleSheet Remove LayoutStyle, ShadowStyle, TransformStyle in favor of just ViewStyleProp 2019-01-08 18:49:37 -08:00
SurfaceBackedComponent RCTSurface: Calling `start` is now required to start the Surface 2018-12-18 12:57:38 -08:00
SurfaceHostingComponent Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Text Prevent crash when scrollEnabled used in singleline textinput (#23361) 2019-02-11 14:52:59 -08:00
TurboModule Only call __turboModuleProxy when it exists 2019-02-04 11:08:10 -08:00
Types Fix internal flow problems 2018-09-27 14:18:31 -07:00
Utilities Add Platform module for web target (#23387) 2019-02-12 03:32:29 -08:00
Vibration Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
WebSocket Fix crash for web socket in some race conditions (#22439) 2019-01-01 17:55:29 -08:00
Wrapper Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
YellowBox Fix View/Text displayName (#21950) 2018-10-29 12:42:10 -07:00
fishhook Merge fishhook.xcodeproj in RCTWebSocket 2017-08-09 07:48:09 -07:00
polyfills Added groupCollapsed polyfill (#21457) 2019-01-22 07:05:22 -08:00
react-native Merge AlertIOS with Alert (#23318) 2019-02-12 07:38:42 -08:00
vendor add prettier check in ci (#23382) 2019-02-11 09:06:43 -08:00
.npmignore npmignore: ignore tests and fixtures 2018-02-27 08:42:14 -08:00
Promise.js Stop using Promise from fbjs 2018-11-26 06:28:24 -08:00
UTFSequence.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
promiseRejectionIsError.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00