mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 12:39:27 +00:00
Deploy 0.234.0 to xplat
Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D56280192 fbshipit-source-id: 68e0288bb214644d24f3d9f132c3ffff2a3d512a
This commit is contained in:
parent
c631e93341
commit
739a8dfcf4
@ -85,4 +85,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.233.0
|
||||
^0.234.0
|
||||
|
@ -76,7 +76,7 @@
|
||||
"eslint-plugin-redundant-undefined": "^0.4.0",
|
||||
"eslint-plugin-relay": "^1.8.3",
|
||||
"flow-api-translator": "0.20.1",
|
||||
"flow-bin": "^0.233.0",
|
||||
"flow-bin": "^0.234.0",
|
||||
"glob": "^7.1.1",
|
||||
"hermes-eslint": "0.20.1",
|
||||
"hermes-transform": "0.20.1",
|
||||
|
@ -63,6 +63,7 @@ type RCTNetworkingEventDefinitions = $ReadOnly<{
|
||||
declare const RCTNetworking: interface {
|
||||
addListener<K: $Keys<RCTNetworkingEventDefinitions>>(
|
||||
eventType: K,
|
||||
// $FlowFixMe[invalid-computed-prop]
|
||||
listener: (...$ElementType<RCTNetworkingEventDefinitions, K>) => mixed,
|
||||
context?: mixed,
|
||||
): EventSubscription,
|
||||
|
@ -1705,6 +1705,7 @@ function DisplayOptionStatusExample({
|
||||
React.useEffect(() => {
|
||||
const listener = AccessibilityInfo.addEventListener(
|
||||
// $FlowFixMe[prop-missing]
|
||||
// $FlowFixMe[invalid-computed-prop]
|
||||
notification,
|
||||
setStatusEnabled,
|
||||
);
|
||||
|
@ -124,6 +124,7 @@ class RNTesterPlatformTestEventRecorder {
|
||||
'on' + eventName[0].toUpperCase() + eventName.slice(1);
|
||||
return {
|
||||
...acc,
|
||||
// $FlowFixMe[missing-local-annot]
|
||||
[eventPropName]: e => {
|
||||
recordedEventHandler(e, eventName);
|
||||
},
|
||||
|
@ -5219,10 +5219,10 @@ flow-api-translator@0.20.1:
|
||||
hermes-parser "0.20.1"
|
||||
hermes-transform "0.20.1"
|
||||
|
||||
flow-bin@^0.233.0:
|
||||
version "0.233.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.233.0.tgz#e31951c81d3ec590e1cbfd96e540f6dd2459554c"
|
||||
integrity sha512-BInTgW8v6xdWzVcItgKKUYCacheMw78Xrrn0Ziii5lN+vf/RKmvVX9mFHuOSN1zawZuq7GpqmT6oIS/oQuOAQg==
|
||||
flow-bin@^0.234.0:
|
||||
version "0.234.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.234.0.tgz#17dfc5aac1d928b6d7194f93bd0bf742d735c77d"
|
||||
integrity sha512-uLmvfFRW6yEcz2wSJ2H6192RwknBpzAHBezDcXzmxJASxB6QzjKadhPxZvsJ74uJ+9Th1hDNuRB4mGrVUeneyA==
|
||||
|
||||
flow-enums-runtime@^0.0.6:
|
||||
version "0.0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user