mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
6500ba7bfb
- [React Native] Fix incorrect if-statement in RCTGeolocation | Alex Akers - [ReactNative] s/ReactKit/React/g | Tadeu Zagallo - [React Native] View border support | Nick Lockwood - [Assets] Allow scripts to override assetRoots | Amjad Masad - [ReactNative] Navigator docs | Eric Vicenti - [ReactNative] License headers and renaming | Eric Vicenti - [React Native] Add CocoaPods spec | Tadeu Zagallo - Added explicit types for all view properties | Nick Lockwood - [ReactNative] s/ReactNavigator/Navigator/ | Tadeu Zagallo - [ReactNative] Add copyright header for code copied from the jQuery UI project | Martin Konicek - [ReactNative] PanResponder documentation | Eric Vicenti
29 lines
773 B
Plaintext
29 lines
773 B
Plaintext
[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
|
|
.*/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
|
|
.*/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
|
|
Examples/UIExplorer/ImageMocks.js
|
|
|
|
[options]
|
|
module.system=haste
|