Skip to content

Commit

Permalink
Make Metro untyped instead of ignored to let Metro-config resolve typ…
Browse files Browse the repository at this point in the history
…e annotations
  • Loading branch information
grabbou committed Nov 22, 2018
1 parent e0ea58e commit 26bdd5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.*/Libraries/polyfills/.*

; Ignore metro
.*/node_modules/metro/.*
;.*/node_modules/metro/.*

; These should not be required directly
; require from fbjs/lib instead: require('fbjs/lib/invariant')
Expand Down Expand Up @@ -102,3 +102,6 @@ untyped-type-import

[version]
^0.85.0

[untyped]
.*/metro/.*

0 comments on commit 26bdd5b

Please sign in to comment.