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
This commit is contained in:
parent
703936d9e3
commit
971c2be070
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
; Ignore unexpected extra "@providesModule"
|
; Ignore unexpected extra "@providesModule"
|
||||||
.*/node_modules/.*/node_modules/fbjs/.*
|
.*/node_modules/.*/node_modules/fbjs/.*
|
||||||
+.*/node_modules/react-dom/.*
|
|
||||||
|
|
||||||
; Ignore duplicate module providers
|
; Ignore duplicate module providers
|
||||||
; For RN Apps installed via npm, "Libraries" folder is inside
|
; For RN Apps installed via npm, "Libraries" folder is inside
|
||||||
|
|
Loading…
Reference in New Issue