react-native-macos/Libraries/Animated
Jordan Brown 6064fd0600 Presuppress xplat and upgrade to 0.178.1
Summary:
This diff upgrades xplat to 0.178.1 and pre-suppresses errors from turning on constrained writes.

To generate this diff I:
* Modified every `env_mode=constrain_writes` to `env_mode=ssa` and made a commit (this is so our upgrade script will work)
* Ran   scripts/flow/upgrade.sh 0.178.1 to upgrade all the flowconfigs to 178.1 and suppress new-env errors
* Modified arvr/js/flowconfig.ejs to use 0.178.1 and ran `scripts/gen-flowconfig/gen-flowconfig --project arvr`
* Modified xplat/js/flowconfig.ejs to use 0.178.1 and ran `scripts/gen-flowconfig/gen-flowconfig --project xplat`
* Unstacked from the commit in point 1

Reviewed By: SamChou19815

Differential Revision: D36676019

fbshipit-source-id: c3032f18ed838afc327f00de563e7f20713bdc26
2022-05-26 12:59:52 -07:00
..
__tests__ Support string color values in Animated.Color 2022-01-27 17:36:35 -08:00
animations Distinguish between string/number-valued interpolation nodes at the type level 2022-05-03 12:04:02 -07:00
components Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
nodes Set correct initial value for AnimatedComponent for styles backed by native animated nodes 2022-05-25 10:33:17 -07:00
Animated.js Add Animated.Numeric Flow type 2022-05-03 12:04:02 -07:00
AnimatedEvent.js Add platformConfig to native animations and nodes (#32736) 2022-01-19 19:45:21 -08:00
AnimatedImplementation.js Distinguish between string/number-valued interpolation nodes at the type level 2022-05-03 12:04:02 -07:00
AnimatedMock.js Add Animated.Numeric Flow type 2022-05-03 12:04:02 -07:00
AnimatedPlatformConfig.js Add platformConfig to native animations and nodes (#32736) 2022-01-19 19:45:21 -08:00
AnimatedWeb.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Easing.js make Easing an object, not a class 2022-01-25 15:23:46 -08:00
NativeAnimatedHelper.js Restore early return to NativeAnimatedHelper.flushQueue 2022-05-25 16:35:11 -07:00
NativeAnimatedModule.js Batch Animated calls into one JSI call per frame 2022-05-17 16:42:41 -07:00
NativeAnimatedTurboModule.js Batch Animated calls into one JSI call per frame 2022-05-17 16:42:41 -07:00
SpringConfig.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
bezier.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
createAnimatedComponent.js Add default Instance type and variance to AnimatedComponentType 2022-02-17 13:10:58 -08:00
createAnimatedComponentInjection.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
createAnimatedComponent_EXPERIMENTAL.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
useAnimatedProps.js Presuppress xplat and upgrade to 0.178.1 2022-05-26 12:59:52 -07:00