From cae662bfea54869ed5da84e7b15f4846db487b96 Mon Sep 17 00:00:00 2001 From: Panagiotis Vekris Date: Tue, 4 Feb 2020 14:12:42 -0800 Subject: [PATCH] Remove types-first from flowconfig template Summary: Removing the experimental types-first flag from RN templates, until these are properly documented in the docs. See https://github.com/facebook/flow/issues/8279 for context. Changelog: [Internal] Reviewed By: jbrown215 Differential Revision: D19728257 fbshipit-source-id: 8f7473b9c8383bd1eef76b5733ff3a26e2e554fc --- template/_flowconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/template/_flowconfig b/template/_flowconfig index fa231efb550..786366c4f37 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -48,9 +48,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)? *\\(si suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError -experimental.well_formed_exports=true -experimental.types_first=true - [lints] sketchy-null-number=warn sketchy-null-mixed=warn