From 0142f82ea714878ec2d59794ff677a206b78f99c Mon Sep 17 00:00:00 2001 From: Panos Vekris Date: Thu, 9 May 2024 23:14:37 -0700 Subject: [PATCH] remove default option experimental.global_find_ref=true (#44515) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44515 this has been the default for a while Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D57195561 fbshipit-source-id: b441d972134dba754d714ae5694d94537707ded3 --- .flowconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index e64fc931954972..c701049a2ac786 100644 --- a/.flowconfig +++ b/.flowconfig @@ -35,7 +35,6 @@ packages/react-native/interface.js packages/react-native/flow/ [options] -experimental.global_find_ref=true enums=true casting_syntax=both