react-native-macos/Libraries/Animated
Xuan Huang e60ad0837e Type more globals
Summary:
Changelog: [Internal]

This diff add types to some of the common globals so uses of
them through `global` are now typed.

All the globals are marked as read-only for their intented uses.
However, some of them do have write cites (mostly are in tests to
deliberately set up a special test environment). Those write cites
are considered as "necessary evil" and annotated as `FlowFixMe`.

Reviewed By: yungsters

Differential Revision: D30158145

fbshipit-source-id: 93a99063361a4b7a1e33d9fc97a661be30a4d8f9
2021-08-26 01:06:44 -07:00
..
__tests__ Animated: Setup Experiment Injection 2021-06-02 22:36:13 -07:00
animations pre-suppress this typing errors ahead of 154 2021-06-11 14:31:41 -07:00
components Convert to ESM export 2021-04-07 19:13:45 -07:00
nodes pre-suppress Flow errors in xplat ahead of 153 release 2021-06-01 09:01:26 -07:00
Animated.js Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
AnimatedEvent.js Update FlowFixMes to use error codes in react-native-github 2021-03-31 18:21:47 -07:00
AnimatedImplementation.js Animated: Remove `Animated.__PropsOnlyForTests` 2021-05-07 21:05:58 -07:00
AnimatedMock.js Use Animated.event implementation in AnimatedMock 2021-06-22 08:16:42 -07:00
AnimatedWeb.js Update FlowFixMes to use error codes in react-native-github 2021-03-31 18:21:47 -07:00
Easing.js RN: Remove `react-animated` Legacy Package 2020-08-25 14:15:35 -07:00
NativeAnimatedHelper.js Type more globals 2021-08-26 01:06:44 -07:00
NativeAnimatedModule.js Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
NativeAnimatedTurboModule.js Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
SpringConfig.js RN: Remove `react-animated` Legacy Package 2020-08-25 14:15:35 -07:00
bezier.js RN: Remove `react-animated` Legacy Package 2020-08-25 14:15:35 -07:00
createAnimatedComponent.js Animated: Setup Experiment Injection 2021-06-02 22:36:13 -07:00
createAnimatedComponentInjection.js Animated: Setup Experiment Injection 2021-06-02 22:36:13 -07:00
createAnimatedComponent_EXPERIMENTAL.js Add passthroughAnimatedPropsExplicitValues to modern createAnimatedComponent 2021-07-08 09:29:38 -07:00
useAnimatedProps.js Add animation queue to modern createAnimatedComponent 2021-07-08 09:29:38 -07:00