Skip to content

Commit

Permalink
flow: Handle HMRLoadingView -> LoadingView rename (2/2).
Browse files Browse the repository at this point in the history
Part of the RN v0.60 -> v0.61 upgrade [1]. Corresponds to
facebook/react-native@ba8f88d1a.

Before the upgrade commit, we added the (then-unnecessary) new name.
Now that the upgrade is done, we remove the (now-unnecessary) old
name.
  • Loading branch information
chrisbobbe committed Jul 9, 2020
1 parent 9ac5906 commit 66334b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ node_modules/react-native/Libraries/polyfills/.*
node_modules/warning/.*

; Flow doesn't support platforms
.*/Libraries/Utilities/HMRLoadingView.js
.*/Libraries/Utilities/LoadingView.js

; Custom ignores
Expand Down

0 comments on commit 66334b7

Please sign in to comment.