From 201433f05b6820e807ef0eade764528afe5e16ea Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Thu, 7 Jul 2016 03:04:38 -0700 Subject: [PATCH] Fixed flowconfig for user apps Reviewed By: davidaurelio Differential Revision: D3528031 fbshipit-source-id: baf74d68127038659f88fd65b8eb3fe41444d9aa --- .flowconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.flowconfig b/.flowconfig index fd80d1db240..6eff3cb815a 100644 --- a/.flowconfig +++ b/.flowconfig @@ -19,9 +19,10 @@ .*/node_modules/commoner/test/source/widget/share.js # Ignore duplicate module providers -/Libraries/react-native/React.js -/Libraries/react-native/ReactNative.js -/node_modules/jest-runtime/build/__tests__/.* +# For RN Apps installed via npm, "Libraries" folder is inside node_modules/react-native but in the source repo it is in the root +.*/Libraries/react-native/React.js +.*/Libraries/react-native/ReactNative.js +.*/node_modules/jest-runtime/build/__tests__/.* [include]