[ignore] ; We fork some components by platform .*/*[.]android.js ; Ignore templates for 'react-native init' .*/local-cli/templates/.* ; Ignore the website subdir /website/.* ; Ignore the Dangerfile /danger/dangerfile.js ; Ignore "BUCK" generated dirs /\.buckd/ ; Ignore unexpected extra "@providesModule" .*/node_modules/.*/node_modules/fbjs/.* ; Ignore duplicate module providers ; 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 ; Ignore polyfills .*/Libraries/polyfills/.* .*/node_modules/react-native/Libraries/react-native/react-native-implementation.js [include] [libs] node_modules/react-native/Libraries/react-native/react-native-interface.js flow-typed/ [options] emoji=true module.system=haste munge_underscores=true suppress_type=$FlowIssue suppress_type=$FlowFixMe suppress_type=$FixMe unsafe.enable_getters_and_setters=true [version] ^0.59.0