From 0068b9ee90b7fa6da230cdc82d7675dc1b0df239 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Mon, 21 Jul 2025 08:35:59 -0700 Subject: [PATCH] Restore flow dir in react-native package files (#52735) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52735 Changelog: [Internal] (Follow up to keep #50784 non-breaking) Reviewed By: cortinico Differential Revision: D78662770 fbshipit-source-id: 03d931c904c0092481dbd03e8420244639305610 --- packages/react-native/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 32bf6e36786..aa53da493b9 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -78,6 +78,7 @@ "files": [ "build.gradle.kts", "cli.js", + "flow", "gradle.properties", "gradle/libs.versions.toml", "index.js",