mirror of
https://github.com/status-im/react-native.git
synced 2025-02-20 13:18:07 +00:00
Apply same config for Android
This commit is contained in:
parent
26bdd5ba4e
commit
e71fb64ecd
@ -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/.*
|
||||
@ -104,4 +101,4 @@ untyped-type-import
|
||||
^0.85.0
|
||||
|
||||
[untyped]
|
||||
.*/metro/.*
|
||||
.*/node_modules/metro/.*
|
||||
|
@ -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/.*
|
||||
@ -102,3 +99,6 @@ untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.85.0
|
||||
|
||||
[untyped]
|
||||
.*/node_modules/metro/.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user