From 56ccc87e63712f024ecba82dfdb3b73555b72f1f Mon Sep 17 00:00:00 2001 From: George Zahariev Date: Thu, 26 Jun 2025 11:48:02 -0700 Subject: [PATCH] Enable experimental.pattern_matching=true [DO NOT SHIP] (#52302) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52302 Enable experimental.pattern_matching=true Changelog: [internal] Reviewed By: pieterv Differential Revision: D77367102 fbshipit-source-id: a71352a58470c30fa7e466a67cb1909d80f0363e --- .flowconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 958d0122ff3..b397be2efaf 100644 --- a/.flowconfig +++ b/.flowconfig @@ -48,7 +48,6 @@ packages/react-native/flow/ [options] enums=true experimental.pattern_matching=true -experimental.pattern_matching.includes=/packages/react-native/src/private/components/virtualview/ casting_syntax=both component_syntax=true