File tree 8 files changed +12
-9
lines changed 8 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ untyped-import
74
74
untyped-type-import
75
75
76
76
[version]
77
- ^0.187.1
77
+ ^0.188.0
Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ untyped-import
74
74
untyped-type-import
75
75
76
76
[version]
77
- ^0.187.1
77
+ ^0.188.0
Original file line number Diff line number Diff line change @@ -321,6 +321,7 @@ class MessageQueue {
321
321
}
322
322
Systrace . counterEvent ( 'pending_js_to_native_queue' , this . _queue [ 0 ] . length ) ;
323
323
if ( __DEV__ && this . __spy && isFinite ( moduleID ) ) {
324
+ // $FlowFixMe[not-a-function]
324
325
this . __spy ( {
325
326
type : TO_NATIVE ,
326
327
module : this . _remoteModuleTable [ moduleID ] ,
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ function codegenNativeComponent<Props>(
54
54
options . paperComponentNameDeprecated != null &&
55
55
UIManager . hasViewManagerConfig ( options . paperComponentNameDeprecated )
56
56
) {
57
+ // $FlowFixMe[incompatible-type]
57
58
componentNameInUse = options . paperComponentNameDeprecated ;
58
59
} else {
59
60
throw new Error (
@@ -65,6 +66,7 @@ function codegenNativeComponent<Props>(
65
66
}
66
67
67
68
return ( requireNativeComponent < Props > (
69
+ // $FlowFixMe[incompatible-call]
68
70
componentNameInUse ,
69
71
) : HostComponent < Props > );
70
72
}
Original file line number Diff line number Diff line change 139
139
"ws" : " ^6.1.4"
140
140
},
141
141
"devDependencies" : {
142
- "flow-bin" : " ^0.187.1 " ,
142
+ "flow-bin" : " ^0.188.0 " ,
143
143
"hermes-eslint" : " 0.8.0" ,
144
144
"react" : " 18.2.0" ,
145
145
"react-test-renderer" : " ^18.2.0"
Original file line number Diff line number Diff line change 36
36
"eslint-plugin-react-hooks" : " ^4.6.0" ,
37
37
"eslint-plugin-react-native" : " ^4.0.0" ,
38
38
"eslint-plugin-relay" : " ^1.8.3" ,
39
- "flow-bin" : " ^0.187.1 " ,
39
+ "flow-bin" : " ^0.188.0 " ,
40
40
"inquirer" : " ^7.1.0" ,
41
41
"jest" : " ^29.0.3" ,
42
42
"jest-junit" : " ^10.0.0" ,
Original file line number Diff line number Diff line change @@ -63,4 +63,4 @@ untyped-import
63
63
untyped-type-import
64
64
65
65
[version]
66
- ^0.187.1
66
+ ^0.188.0
Original file line number Diff line number Diff line change @@ -4651,10 +4651,10 @@ flatted@^3.1.0:
4651
4651
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
4652
4652
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
4653
4653
4654
- flow-bin@^0.187.1 :
4655
- version "0.187.1 "
4656
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.187.1 .tgz#0704d8f16bcf58c07decc09daebbf0d3ce845bc8 "
4657
- integrity sha512-rG2p8NAJ7By0QTh+RMQRIGfM7nuKKp4XANqYUAoi6tDuEULLjlNxSa1vcwqW+O2EXGeLKYDkz/QVhefH/pBToA ==
4654
+ flow-bin@^0.188.0 :
4655
+ version "0.188.0 "
4656
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.188.0 .tgz#5d6e2c918fdf1d1d1d083f739ad8812ecd6f0b46 "
4657
+ integrity sha512-VGCvufWjCQgbM+S2inUeq4mpU/cSAVKUrJFn0iQ+68dHnQdXUdDKd0Mtt18mToPgu3Dsxgi20529V5vlyzYKEQ ==
4658
4658
4659
4659
flow-parser@0.* :
4660
4660
version "0.163.0"
You can’t perform that action at this time.
0 commit comments