From 39928ef7032533fd38f021e24bba2bf5c220ac74 Mon Sep 17 00:00:00 2001 From: Marco Wang Date: Thu, 21 May 2026 17:33:17 -0700 Subject: [PATCH] Turn on `allow_variance_keywords` for xplat/js/react-native-github/.github.flowconfig Summary: default to true version is not released yet. turning it on Reviewed By: gkz Differential Revision: D106027737 --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 6c657dce6f54..cbfc6a77ee6a 100644 --- a/.flowconfig +++ b/.flowconfig @@ -45,6 +45,7 @@ packages/react-native/flow/ [options] enums=true experimental.pattern_matching=true +experimental.allow_variance_keywords=true casting_syntax=both component_syntax=true