Skip to content

Commit 798c3dd

Browse files
Alex Taylor (alta)facebook-github-bot
Alex Taylor (alta)
authored andcommitted
Deploy 0.266.0 to xplat (#50373)
Summary: Pull Request resolved: #50373 Changelog: [Internal] Reviewed By: jbrown215, SamChou19815, panagosg7 Differential Revision: D72061660 fbshipit-source-id: a6862fe0e1f62992b76145006b3f8bc3ad788258
1 parent e861949 commit 798c3dd

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ untyped-import
9898
untyped-type-import
9999

100100
[version]
101-
^0.265.3
101+
^0.266.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-plugin-redundant-undefined": "^0.4.0",
8181
"eslint-plugin-relay": "^1.8.3",
8282
"flow-api-translator": "0.25.1",
83-
"flow-bin": "^0.265.3",
83+
"flow-bin": "^0.266.0",
8484
"glob": "^7.1.1",
8585
"hermes-eslint": "0.25.1",
8686
"hermes-transform": "0.25.1",

packages/react-native/Libraries/ReactNative/RendererImplementation.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,21 @@ export function renderElement({
5959
}
6060

6161
export function findHostInstance_DEPRECATED<TElementType: ElementType>(
62+
// $FlowFixMe[incompatible-call]
6263
componentOrHandle: ?(ElementRef<TElementType> | number),
6364
): ?HostInstance {
6465
return require('../Renderer/shims/ReactNative').default.findHostInstance_DEPRECATED(
66+
// $FlowFixMe[incompatible-call]
6567
componentOrHandle,
6668
);
6769
}
6870

6971
export function findNodeHandle<TElementType: ElementType>(
72+
// $FlowFixMe[incompatible-call]
7073
componentOrHandle: ?(ElementRef<TElementType> | number),
7174
): ?number {
7275
return require('../Renderer/shims/ReactNative').default.findNodeHandle(
76+
// $FlowFixMe[incompatible-call]
7377
componentOrHandle,
7478
);
7579
}

packages/react-native/src/private/animated/createAnimatedPropsHook.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export default function createAnimatedPropsHook(
137137
(instance: TInstance) => {
138138
// NOTE: This may be called more often than necessary (e.g. when `props`
139139
// changes), but `setNativeView` already optimizes for that.
140+
// $FlowFixMe[incompatible-call]
140141
node.setNativeView(instance);
141142

142143
// NOTE: When using the JS animation driver, this callback is called on

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,10 +4357,10 @@ flow-api-translator@0.25.1:
43574357
hermes-transform "0.25.1"
43584358
typescript "5.3.2"
43594359

4360-
flow-bin@^0.265.3:
4361-
version "0.265.3"
4362-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.265.3.tgz#cbaad2115f4622e34920981dc79949824c27f421"
4363-
integrity sha512-08PjO2kjuQxy8MxYJNCzmgRpAe1uqTf7kQ+U32QTavRzTD/7IJASYKFEEvCkVNHlhSy8CTJsN+AQdHsXVqChIw==
4360+
flow-bin@^0.266.0:
4361+
version "0.266.0"
4362+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.266.0.tgz#0829ea93ff9670f014695c7c272a1c36fc93d634"
4363+
integrity sha512-2icyk/Z4Q0UtcEg9vRuPafUBNup3qlz01nZFw1SuixoTh3SUTrzsrVBaMJLlq/NQMZCKaf+uQczbwvuKQ/jyzQ==
43644364

43654365
flow-enums-runtime@^0.0.6:
43664366
version "0.0.6"

0 commit comments

Comments
 (0)