diff --git a/.flowconfig b/.flowconfig index f9ab44caa8f632..b9b455601b2252 100644 --- a/.flowconfig +++ b/.flowconfig @@ -76,4 +76,4 @@ untyped-import untyped-type-import [version] -^0.209.0 +^0.210.0 diff --git a/.flowconfig.android b/.flowconfig.android index 155704621ef37f..a18fc1c4125530 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -76,4 +76,4 @@ untyped-import untyped-type-import [version] -^0.209.0 +^0.210.0 diff --git a/package.json b/package.json index 45b110e348461b..34c14b1ec60f33 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.209.0", + "flow-bin": "^0.210.0", "hermes-eslint": "0.13.0", "inquirer": "^7.1.0", "jest": "^29.2.1", diff --git a/packages/react-native/Libraries/Image/ImageBackground.js b/packages/react-native/Libraries/Image/ImageBackground.js index 7a51378ce4491a..b0ce97df3a582a 100644 --- a/packages/react-native/Libraries/Image/ImageBackground.js +++ b/packages/react-native/Libraries/Image/ImageBackground.js @@ -84,6 +84,7 @@ class ImageBackground extends React.Component { importantForAccessibility={importantForAccessibility} style={style} ref={this._captureRef}> + {/* $FlowFixMe[incompatible-use] */} { return ( {title} + {/* $FlowFixMe[incompatible-use] */} { const _scrollView = React.useRef>(null); return ( + {/* $FlowFixMe[incompatible-use] */} { const stickyHeaderStyle = {backgroundColor: 'yellow'}; return ( + {/* $FlowFixMe[incompatible-use] */}