Skip to content

Commit

Permalink
Apply same config for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Nov 22, 2018
1 parent 26bdd5b commit e71fb64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
; Ignore polyfills
.*/Libraries/polyfills/.*

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

; These should not be required directly
; require from fbjs/lib instead: require('fbjs/lib/invariant')
.*/node_modules/invariant/.*
Expand Down Expand Up @@ -104,4 +101,4 @@ untyped-type-import
^0.85.0

[untyped]
.*/metro/.*
.*/node_modules/metro/.*
6 changes: 3 additions & 3 deletions .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
; Ignore polyfills
.*/Libraries/polyfills/.*

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

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

[version]
^0.85.0

[untyped]
.*/node_modules/metro/.*

0 comments on commit e71fb64

Please sign in to comment.