Skip to content

Commit e2b7aa3

Browse files
committed
Ignore default HMRLoadingView in the flowconfig
* RE: #23389 (comment)
1 parent 9457299 commit e2b7aa3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.flowconfig

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
; require from fbjs/lib instead: require('fbjs/lib/warning')
2727
.*/node_modules/warning/.*
2828

29+
; Ignore duplicate for internal Facebook repo
30+
.*/Libraries/Utilities/HMRLoadingView.js
31+
2932
[untyped]
3033
.*/node_modules/@react-native-community/cli/.*/.*
3134

.flowconfig.android

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
; require from fbjs/lib instead: require('fbjs/lib/warning')
2727
.*/node_modules/warning/.*
2828

29+
; Ignore duplicate for internal Facebook repo
30+
.*/Libraries/Utilities/HMRLoadingView.js
31+
2932
[untyped]
3033
.*/node_modules/@react-native-community/cli/.*/.*
3134

0 commit comments

Comments
 (0)