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