Flow not picking up newly created directory

72 views Asked by At

I created a new directory src with some sub directories in my React Native project, but Flow is not running diagnostics on code files in that directory.

But flow works well on files in root directory for example index.ios.js, I tried adding "./src/" manually in the .flowconfig under [include] as well but nothing seems to work

How can enable full support for *.js files under my src/ directory

0

There are 0 answers