react-native/.flowconfig

29 lines
773 B
Plaintext
Raw Normal View History

[ignore]
# We fork some components by platform.
.*/*.web.js
.*/*.android.js
# Some modules have their own node_modules with overlap
.*/node_modules/node-haste/.*
# Ignore react-tools where there are overlaps, but don't ignore anything that
# react-native relies on
.*/node_modules/react-tools/src/vendor/core/ExecutionEnvironment.js
2015-03-26 00:49:46 +00:00
.*/node_modules/react-tools/src/browser/eventPlugins/ResponderEventPlugin.js
.*/node_modules/react-tools/src/browser/ui/React.js
.*/node_modules/react-tools/src/core/ReactInstanceHandles.js
2015-03-25 17:23:17 +00:00
.*/node_modules/react-tools/src/event/EventPropagators.js
# Ignore jest
.*/react-native/node_modules/jest-cli/.*
[include]
[libs]
Libraries/react-native/react-native-interface.js
2015-03-24 20:25:39 +00:00
Examples/UIExplorer/ImageMocks.js
[options]
module.system=haste