Skip to content

Commit

Permalink
flowconfig [nfc]: Remove an ignore about node_modules/warning/.
Browse files Browse the repository at this point in the history
`yarn why` tells me we don't have an NPM package called "warning",
so I can't imagine what this line might have been doing for us.

Anyway, done to follow the template-app change in
facebook/react-native@54e19a6b7, on the path to the RN v0.64
upgrade.
  • Loading branch information
chrisbobbe committed Aug 4, 2021
1 parent 7234ab1 commit ed6deb5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
; Ignore polyfills
node_modules/react-native/Libraries/polyfills/.*

; These should not be required directly
; require from fbjs/lib instead: require('fbjs/lib/warning')
node_modules/warning/.*

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

Expand Down

0 comments on commit ed6deb5

Please sign in to comment.