react-native-macos/Libraries/Components/Touchable
Spencer Ahrens d40a7ea7f9 TouchableHighlight needes to set _isMounted false when it unmounts.
Summary:
D5016368 to suppress the warning had a typo which meant `_isMounted` would never get set
`false` and thus some functions could be called on unmounted refs.

Reviewed By: yungsters

Differential Revision: D5034076

fbshipit-source-id: 6334db6ee2f9e19c1bb4da2572987dc10773e28d
2017-05-09 21:05:52 -07:00
..
__mocks__ Update to 14.0 2016-07-27 22:13:26 -07:00
__tests__ Add a nativeID prop to allow native code to reference react managed views 2017-04-07 12:00:40 -07:00
BoundingDimensions.js Sync React 16 from alpha 6 to 12 2017-05-03 17:16:48 -07:00
Position.js Sync React 16 from alpha 6 to 12 2017-05-03 17:16:48 -07:00
Touchable.js return if UIManager failed to measure node 2017-02-09 21:00:17 -08:00
TouchableBounce.js Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github 2017-04-12 16:15:15 -07:00
TouchableHighlight.js TouchableHighlight needes to set _isMounted false when it unmounts. 2017-05-09 21:05:52 -07:00
TouchableNativeFeedback.android.js Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github 2017-04-12 16:15:15 -07:00
TouchableNativeFeedback.ios.js Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
TouchableOpacity.js Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github 2017-04-12 16:15:15 -07:00
TouchableWithoutFeedback.js Small grammar edit 2017-04-21 03:15:17 -07:00
ensureComponentIsNative.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
ensurePositiveDelayProps.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00