diff --git a/.flowconfig b/.flowconfig index 58a694a14b9..23ce5c8c5d6 100644 --- a/.flowconfig +++ b/.flowconfig @@ -100,4 +100,4 @@ untyped-import untyped-type-import [version] -^0.279.0 +^0.280.0 diff --git a/package.json b/package.json index a9c66a49e21..e2f45c14da7 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.32.0", - "flow-bin": "^0.279.0", + "flow-bin": "^0.280.0", "glob": "^7.1.1", "hermes-eslint": "0.32.0", "hermes-transform": "0.32.0", diff --git a/packages/react-native/Libraries/ReactNative/renderApplication.js b/packages/react-native/Libraries/ReactNative/renderApplication.js index d135d45a562..5a6ebb897c3 100644 --- a/packages/react-native/Libraries/ReactNative/renderApplication.js +++ b/packages/react-native/Libraries/ReactNative/renderApplication.js @@ -76,6 +76,7 @@ export default function renderApplication( if (useOffscreen && displayMode != null) { // $FlowFixMe[incompatible-type] // $FlowFixMe[prop-missing] + // $FlowFixMe[missing-export] const Activity: ActivityType = React.unstable_Activity; renderable = ( diff --git a/yarn.lock b/yarn.lock index af341029532..351d22f084b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4650,10 +4650,10 @@ flow-api-translator@0.32.0: hermes-transform "0.32.0" typescript "5.3.2" -flow-bin@^0.279.0: - version "0.279.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.279.0.tgz#06e502a51d735083d715ef769f43bdcb0fc2bb61" - integrity sha512-Xf0T82atOcEf5auHvJfUF+wWIxieBuUJZBu2hlAizdhAzwqSJic74ZLaL6N5SsE0SY9PxPf3Z/lBU7iRpRa9Lw== +flow-bin@^0.280.0: + version "0.280.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.280.0.tgz#73db532b4ea072a20a47277a38c0ab9f4f4600e6" + integrity sha512-7WHDjleRd6KDggSYovdrNSz1xMM9HKSI3ajHF3xMmWaETxx3SHnl60cclW6mPm3z+0FUVQSr7XFLiGSW3Zkq7Q== flow-enums-runtime@^0.0.6: version "0.0.6"