Skip to content

Commit 73a4390

Browse files
evanyeungfacebook-github-bot
authored andcommitted
Deploy 0.177.0 to xplat
Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D36141544 fbshipit-source-id: 7e322faa6f902547bb68997d02a50352c525d543
1 parent 6e2fea8 commit 73a4390

File tree

9 files changed

+12
-9
lines changed

9 files changed

+12
-9
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ untyped-import
7171
untyped-type-import
7272

7373
[version]
74-
^0.176.3
74+
^0.177.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ untyped-import
7171
untyped-type-import
7272

7373
[version]
74-
^0.176.3
74+
^0.177.0

Libraries/Components/ScrollView/ScrollView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,7 @@ class ScrollView extends React.Component<Props, State> {
15191519
keyboardNeverPersistTaps &&
15201520
this._keyboardIsDismissible() &&
15211521
e.target != null &&
1522+
// $FlowFixMe[incompatible-call]
15221523
!TextInputState.isTextInput(e.target)
15231524
) {
15241525
return true;

Libraries/Lists/VirtualizedSectionList.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ class VirtualizedSectionList<
148148
viewOffset,
149149
index,
150150
};
151+
// $FlowFixMe[incompatible-use]
151152
this._listRef.scrollToIndex(toIndexParams);
152153
}
153154

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"ws": "^6.1.4"
132132
},
133133
"devDependencies": {
134-
"flow-bin": "^0.176.3",
134+
"flow-bin": "^0.177.0",
135135
"react": "18.0.0",
136136
"react-test-renderer": "^18.0.0"
137137
},

packages/rn-tester/js/utils/RNTesterStatePersister.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function createContainer<Props: Object, State>(
5757
_passSetState = (stateLamda: (state: State) => State): void => {
5858
this.setState(state => {
5959
const value = stateLamda(state.value);
60+
// $FlowFixMe[incompatible-call]
6061
AsyncStorage.setItem(this._cacheKey, JSON.stringify(value));
6162
return {value};
6263
});

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-hooks": "^4.2.0",
3535
"eslint-plugin-react-native": "^3.11.0",
3636
"eslint-plugin-relay": "^1.8.2",
37-
"flow-bin": "^0.176.3",
37+
"flow-bin": "^0.177.0",
3838
"inquirer": "^7.1.0",
3939
"jest": "^26.6.3",
4040
"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.176.3
66+
^0.177.0

yarn.lock

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

3229-
flow-bin@^0.176.3:
3230-
version "0.176.3"
3231-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.176.3.tgz#d32de04e044ab474afe543b9fd245608bb6a6ac8"
3232-
integrity sha512-lbNqgjr2GlGLAEVp5+dhG4LdnFE7ekbvVNifAdlvTx58/nE8GrCOMiUwEQy4dLnfL2NIRMk2dbEVTrugeQJ3mA==
3229+
flow-bin@^0.177.0:
3230+
version "0.177.0"
3231+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.177.0.tgz#dd537424dcbdd56f3cc85fd72330840a590e4711"
3232+
integrity sha512-hEm9VDf07iGcfjiCaxZAbpp/bRcgPf/Q3f7UucWpMotrM0MmyZ2hCBvhw53XCd3M7+fP8eyZKRvUWtrMqEC/Sg==
32333233

32343234
flow-parser@0.*:
32353235
version "0.163.0"

0 commit comments

Comments
 (0)