Deploy 0.224.0 to xplat (#41949)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/41949

Changelog: [internal]

Reviewed By: gkz

Differential Revision: D52177280

fbshipit-source-id: 37fe478645ad30b40f4fb4e81d7fc467ac971928
This commit is contained in:
Alex Taylor (alta)
2023-12-14 14:58:43 -08:00
committed by Facebook GitHub Bot
parent c52af32042
commit 1fed7ab8ea
7 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -85,4 +85,4 @@ untyped-import
untyped-type-import
[version]
^0.223.3
^0.224.0
+1 -1
View File
@@ -84,7 +84,7 @@
"eslint-plugin-redundant-undefined": "^0.4.0",
"eslint-plugin-relay": "^1.8.3",
"flow-api-translator": "0.18.0",
"flow-bin": "^0.223.3",
"flow-bin": "^0.224.0",
"glob": "^7.1.1",
"hermes-eslint": "0.18.0",
"inquirer": "^7.1.0",
@@ -13,6 +13,7 @@ import useMergeRefs from '../Utilities/useMergeRefs';
import useAnimatedProps from './useAnimatedProps';
import * as React from 'react';
// $FlowFixMe[deprecated-type]
export type AnimatedProps<Props: {...}> = $ObjMap<
Props &
$ReadOnly<{
@@ -912,6 +912,7 @@ export type ____Styles_Internal = {
...
};
// $FlowFixMe[deprecated-type]
export type ____FlattenStyleProp_Internal<+TStyleProp> = $Call<
<T>(GenericStyleProp<T>) => T,
TStyleProp,
@@ -35,6 +35,7 @@ interface Registration<TArgs> {
+remove: () => void;
}
// $FlowFixMe[deprecated-type]
type Registry<TEventToArgsMap: {...}> = $ObjMap<
TEventToArgsMap,
<TArgs>(TArgs) => Set<Registration<TArgs>>,
@@ -46,6 +46,7 @@ function ManyPointersPropertiesExample(): React.Node {
const [data, setData] = React.useState<{}>({});
const onPointerMove = (event: PointerEvent) => {
const pointerId = event.nativeEvent.pointerId;
// $FlowFixMe[invalid-computed-prop]
setData({...data, [pointerId]: event.nativeEvent});
};
+4 -4
View File
@@ -5156,10 +5156,10 @@ flow-api-translator@0.18.0:
hermes-parser "0.18.0"
hermes-transform "0.18.0"
flow-bin@^0.223.3:
version "0.223.3"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.223.3.tgz#351cfce2c685ec92769fcbc0bb906497c7ddc061"
integrity sha512-20jLm49wN6Gfcs+MI/coAeeXK8/Sbb3eSfyEY4KjlusRotLYaYB6Tg1ngh2sCtpbO598oAEawrKDZr0u6jKakQ==
flow-bin@^0.224.0:
version "0.224.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.224.0.tgz#99454c9a37d2c531e831fa1261ad3e38f24edaf1"
integrity sha512-dsfQCDzOzNL/6bSQMGSSjTUNU7jpniZzmHQRt1rjD7AROthtXdqAkWQ00Xoifn42xeMaO/YkjlOvjpDA4F5Igw==
flow-enums-runtime@^0.0.6:
version "0.0.6"