Deploy 0.177.0 to xplat

Summary: Changelog: [Internal]

Reviewed By: SamChou19815

Differential Revision: D36141544

fbshipit-source-id: 7e322faa6f902547bb68997d02a50352c525d543
This commit is contained in:
Evan Yeung
2022-05-06 10:51:36 -07:00
committed by Facebook GitHub Bot
parent 6e2fea8127
commit 73a43901b4
9 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -71,4 +71,4 @@ untyped-import
untyped-type-import
[version]
^0.176.3
^0.177.0
+1 -1
View File
@@ -71,4 +71,4 @@ untyped-import
untyped-type-import
[version]
^0.176.3
^0.177.0
@@ -1519,6 +1519,7 @@ class ScrollView extends React.Component<Props, State> {
keyboardNeverPersistTaps &&
this._keyboardIsDismissible() &&
e.target != null &&
// $FlowFixMe[incompatible-call]
!TextInputState.isTextInput(e.target)
) {
return true;
@@ -148,6 +148,7 @@ class VirtualizedSectionList<
viewOffset,
index,
};
// $FlowFixMe[incompatible-use]
this._listRef.scrollToIndex(toIndexParams);
}
+1 -1
View File
@@ -131,7 +131,7 @@
"ws": "^6.1.4"
},
"devDependencies": {
"flow-bin": "^0.176.3",
"flow-bin": "^0.177.0",
"react": "18.0.0",
"react-test-renderer": "^18.0.0"
},
@@ -57,6 +57,7 @@ function createContainer<Props: Object, State>(
_passSetState = (stateLamda: (state: State) => State): void => {
this.setState(state => {
const value = stateLamda(state.value);
// $FlowFixMe[incompatible-call]
AsyncStorage.setItem(this._cacheKey, JSON.stringify(value));
return {value};
});
+1 -1
View File
@@ -34,7 +34,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"eslint-plugin-relay": "^1.8.2",
"flow-bin": "^0.176.3",
"flow-bin": "^0.177.0",
"inquirer": "^7.1.0",
"jest": "^26.6.3",
"jest-junit": "^10.0.0",
+1 -1
View File
@@ -63,4 +63,4 @@ untyped-import
untyped-type-import
[version]
^0.176.3
^0.177.0
+4 -4
View File
@@ -3226,10 +3226,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
flow-bin@^0.176.3:
version "0.176.3"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.176.3.tgz#d32de04e044ab474afe543b9fd245608bb6a6ac8"
integrity sha512-lbNqgjr2GlGLAEVp5+dhG4LdnFE7ekbvVNifAdlvTx58/nE8GrCOMiUwEQy4dLnfL2NIRMk2dbEVTrugeQJ3mA==
flow-bin@^0.177.0:
version "0.177.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.177.0.tgz#dd537424dcbdd56f3cc85fd72330840a590e4711"
integrity sha512-hEm9VDf07iGcfjiCaxZAbpp/bRcgPf/Q3f7UucWpMotrM0MmyZ2hCBvhw53XCd3M7+fP8eyZKRvUWtrMqEC/Sg==
flow-parser@0.*:
version "0.163.0"