The thread complains if when react and react-native in node_modules
When react-native
u react
are in ./node_modules
, flow
will complain about "duplicate vendor module error".
I use module.system = haste
in mine .flowconfig
.
Is there a way to work around the path so that the thread doesn't ignore one of them?
+3
Ary purnomoz
source
to share
1 answer
You might want to add one of these to the [ignore] section of your .flowconfig
+4
Thomas parslow
source
to share