File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -98,4 +98,4 @@ untyped-import
98
98
untyped-type-import
99
99
100
100
[version]
101
- ^0.265.3
101
+ ^0.266.0
Original file line number Diff line number Diff line change 80
80
"eslint-plugin-redundant-undefined" : " ^0.4.0" ,
81
81
"eslint-plugin-relay" : " ^1.8.3" ,
82
82
"flow-api-translator" : " 0.25.1" ,
83
- "flow-bin" : " ^0.265.3 " ,
83
+ "flow-bin" : " ^0.266.0 " ,
84
84
"glob" : " ^7.1.1" ,
85
85
"hermes-eslint" : " 0.25.1" ,
86
86
"hermes-transform" : " 0.25.1" ,
Original file line number Diff line number Diff line change @@ -59,17 +59,21 @@ export function renderElement({
59
59
}
60
60
61
61
export function findHostInstance_DEPRECATED < TElementType : ElementType > (
62
+ // $FlowFixMe[incompatible-call]
62
63
componentOrHandle : ?( ElementRef < TElementType > | number ) ,
63
64
) : ?HostInstance {
64
65
return require ( '../Renderer/shims/ReactNative' ) . default . findHostInstance_DEPRECATED (
66
+ // $FlowFixMe[incompatible-call]
65
67
componentOrHandle ,
66
68
) ;
67
69
}
68
70
69
71
export function findNodeHandle < TElementType : ElementType > (
72
+ // $FlowFixMe[incompatible-call]
70
73
componentOrHandle : ?( ElementRef < TElementType > | number ) ,
71
74
) : ?number {
72
75
return require ( '../Renderer/shims/ReactNative' ) . default . findNodeHandle (
76
+ // $FlowFixMe[incompatible-call]
73
77
componentOrHandle ,
74
78
) ;
75
79
}
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ export default function createAnimatedPropsHook(
137
137
( instance : TInstance ) => {
138
138
// NOTE: This may be called more often than necessary (e.g. when `props`
139
139
// changes), but `setNativeView` already optimizes for that.
140
+ // $FlowFixMe[incompatible-call]
140
141
node . setNativeView ( instance ) ;
141
142
142
143
// NOTE: When using the JS animation driver, this callback is called on
Original file line number Diff line number Diff line change @@ -4357,10 +4357,10 @@ flow-api-translator@0.25.1:
4357
4357
hermes-transform "0.25.1"
4358
4358
typescript "5.3.2"
4359
4359
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 ==
4364
4364
4365
4365
flow-enums-runtime@^0.0.6 :
4366
4366
version "0.0.6"
You can’t perform that action at this time.
0 commit comments