Skip to content

Commit 8a7f7af

Browse files
evanyeungfacebook-github-bot
authored andcommitted
Deploy 0.188.0 to xplat
Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D39919034 fbshipit-source-id: a8329aab9bf8f8da93a1c8d414518705048f0d8f
1 parent 30411ae commit 8a7f7af

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ untyped-import
7474
untyped-type-import
7575

7676
[version]
77-
^0.187.1
77+
^0.188.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ untyped-import
7474
untyped-type-import
7575

7676
[version]
77-
^0.187.1
77+
^0.188.0

Libraries/BatchedBridge/MessageQueue.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ class MessageQueue {
321321
}
322322
Systrace.counterEvent('pending_js_to_native_queue', this._queue[0].length);
323323
if (__DEV__ && this.__spy && isFinite(moduleID)) {
324+
// $FlowFixMe[not-a-function]
324325
this.__spy({
325326
type: TO_NATIVE,
326327
module: this._remoteModuleTable[moduleID],

Libraries/Utilities/codegenNativeComponent.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function codegenNativeComponent<Props>(
5454
options.paperComponentNameDeprecated != null &&
5555
UIManager.hasViewManagerConfig(options.paperComponentNameDeprecated)
5656
) {
57+
// $FlowFixMe[incompatible-type]
5758
componentNameInUse = options.paperComponentNameDeprecated;
5859
} else {
5960
throw new Error(
@@ -65,6 +66,7 @@ function codegenNativeComponent<Props>(
6566
}
6667

6768
return (requireNativeComponent<Props>(
69+
// $FlowFixMe[incompatible-call]
6870
componentNameInUse,
6971
): HostComponent<Props>);
7072
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"ws": "^6.1.4"
140140
},
141141
"devDependencies": {
142-
"flow-bin": "^0.187.1",
142+
"flow-bin": "^0.188.0",
143143
"hermes-eslint": "0.8.0",
144144
"react": "18.2.0",
145145
"react-test-renderer": "^18.2.0"

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-hooks": "^4.6.0",
3737
"eslint-plugin-react-native": "^4.0.0",
3838
"eslint-plugin-relay": "^1.8.3",
39-
"flow-bin": "^0.187.1",
39+
"flow-bin": "^0.188.0",
4040
"inquirer": "^7.1.0",
4141
"jest": "^29.0.3",
4242
"jest-junit": "^10.0.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ untyped-import
6363
untyped-type-import
6464

6565
[version]
66-
^0.187.1
66+
^0.188.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4651,10 +4651,10 @@ flatted@^3.1.0:
46514651
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
46524652
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
46534653

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==
46584658

46594659
flow-parser@0.*:
46604660
version "0.163.0"

0 commit comments

Comments
 (0)