mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
c52af32042
commit
1fed7ab8ea
+1
-1
@@ -85,4 +85,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.223.3
|
||||
^0.224.0
|
||||
|
||||
+1
-1
@@ -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>>,
|
||||
|
||||
+1
@@ -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});
|
||||
};
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user