Upgrade to Flow 0.201.0

Summary: Changelog: [Internal]

Reviewed By: SamChou19815

Differential Revision: D43772813

fbshipit-source-id: 563c6f3dfb00bc9247ac0505d7f841afad1eb43e
This commit is contained in:
Marshall Roch
2023-03-03 17:06:58 -08:00
committed by Facebook GitHub Bot
parent 0f53d3195f
commit 947751fbe4
14 changed files with 18 additions and 8 deletions
@@ -238,6 +238,7 @@ class DrawerLayoutAndroid extends React.Component<Props, State> {
* LTI update could not be added via codemod */
_onDrawerSlide = event => {
if (this.props.onDrawerSlide) {
// $FlowFixMe[unused-promise]
this.props.onDrawerSlide(event);
}
if (this.props.keyboardDismissMode === 'on-drag') {