react-native/Libraries/Components/Touchable
Aria Buckles fa8c536b31 TouchableOpacity: Respond instantly to first touch
Summary:
On iOS, when you press down native fading components, they become
transparent instantly, but then have an animated fade in/out if you
move your finger in/out of their hit box.

On react-native currently, the touchdown fades, instead of providing
instant feedback, which doesn't feel right on iOS.

I'm less familiar with Android conventions, but it seems to use fading
components for buttons less often, instead using the ripple effect from
TouchableNativeFeedback. In either case, instant feedback seems better
for the user.
Closes https://github.com/facebook/react-native/pull/10866

Differential Revision: D4175854

Pulled By: hramos

fbshipit-source-id: d993231074e8190cf4ba7ca86dc24299f05d5d8f
2016-11-14 09:43:34 -08:00
..
__mocks__ Update to 14.0 2016-07-27 22:13:26 -07:00
__tests__ RN: Update React (2/2) 2016-11-04 05:43:44 -07:00
BoundingDimensions.js Remove `node_modules/react` from the list of discoverable haste modules 2016-07-05 06:44:33 -07:00
Position.js Remove `node_modules/react` from the list of discoverable haste modules 2016-07-05 06:44:33 -07:00
Touchable.js Warning: bind(): You are binding a component method to the component 2016-10-12 08:28:50 -07:00
TouchableBounce.js RN: Update React (2/2) 2016-11-04 05:43:44 -07:00
TouchableHighlight.js RN: Update React (2/2) 2016-11-04 05:43:44 -07:00
TouchableNativeFeedback.android.js Fix for TouchableNativeFeedback having Animated.Component direct child 2016-10-25 00:28:37 -07:00
TouchableNativeFeedback.ios.js Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
TouchableOpacity.js TouchableOpacity: Respond instantly to first touch 2016-11-14 09:43:34 -08:00
TouchableWithoutFeedback.js Reverted commit D4027388 2016-10-16 04:13:42 -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