diff --git a/.flowconfig b/.flowconfig index 2b577a52..e13f743d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -5,20 +5,12 @@ ; Ignore "BUCK" generated dirs /\.buckd/ -; 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/.* +; Ignore node_modules +/node_modules/.* ; Flow doesn't support platforms .*/Libraries/Utilities/LoadingView.js -; 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/HMRLoadingView.js