From 933d30e17b8a3cc838ceb480f6531a265e81d5fd Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Fri, 23 May 2025 01:52:47 -0700 Subject: [PATCH] Remove flow libdefs from npm package Summary: Excludes `packages/react-native/flow/` from being published to npm. **As far as I know**, we already axed open source Flow support with a similar change in D46313482 (Jun 2023). Changelog: [General][Breaking] - The `react-native` package no longer ships with the `flow` directory Reviewed By: cipolleschi Differential Revision: D75060845 --- packages/react-native/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9865100406e3..29f3cc8b9d87 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -74,7 +74,6 @@ "files": [ "build.gradle.kts", "cli.js", - "flow", "gradle.properties", "gradle/libs.versions.toml", "index.js",