From 6734424f991faa3930b5addff54cebc9d03e344d Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Wed, 26 Aug 2026 11:18:48 -0700 Subject: [PATCH] Eliminate untyped section in react-native Summary: It doesn't affect typing. Changelog: [Internal] Differential Revision: D117545548 --- .flowconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.flowconfig b/.flowconfig index 3e84053acf5..8577f07090d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -29,9 +29,6 @@ private/helloworld/ios/Pods/** ; Ignore rn-tester Pods packages/rn-tester/Pods/** -[untyped] -.*/node_modules/@react-native-community/cli/.*/.* - [include] [declarations]