From a1877acdfd32fffb931698f0fd3d978bbc7995d6 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 7 Feb 2020 16:23:06 +0000 Subject: [PATCH] Ignore react-native-web in Flow checks --- scripts/flow/config/flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/flow/config/flowconfig b/scripts/flow/config/flowconfig index 3febaa60b6c1a..a7f536c23b24c 100644 --- a/scripts/flow/config/flowconfig +++ b/scripts/flow/config/flowconfig @@ -10,6 +10,7 @@ .*/node_modules/chrome-devtools-frontend/.* .*/node_modules/devtools-timeline-model/.* .*/node_modules/create-react-class/.* +.*/node_modules/react-native-web/.* .*/__mocks__/.* .*/__tests__/.*