From 971c2be07079b21676cb61b36587449e39b82bd3 Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Wed, 22 Mar 2017 23:20:32 -0700 Subject: [PATCH] Remove duplicate flow ignore Summary: Added this as part of a random PR to get flow passing. This collides with a similar fix by bvaughn so let's remove mine. Also I messed up and there is a + at the start of the line :o Closes https://github.com/facebook/react-native/pull/13103 Differential Revision: D4761349 fbshipit-source-id: 0abde66a1ac4c185bbd7142ecd800cf5ac8f3c5b --- .flowconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index e6f09f99d..79f6aa7d1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -13,7 +13,6 @@ ; Ignore unexpected extra "@providesModule" .*/node_modules/.*/node_modules/fbjs/.* -+.*/node_modules/react-dom/.* ; Ignore duplicate module providers ; For RN Apps installed via npm, "Libraries" folder is inside