react-native/Libraries/Components/Touchable
Martin Konicek 048449b678 Active opacity for TouchableHighlight should be 0.85 to match iOS native look
Summary:
While working on a feature in realized the buttons I built using `TouchableHighlight` were too dark when pressed.

When used white white views, `TouchableHighlight` produces the color `d4d5d5`. This is different from `dedede` which iOS uses.

Let's use opacity 0.85 instead of 0.8 to make the color match iOS. See a React Native view compared to iOS settings screen (same color for pressed items now): http://imgur.com/a/6CyL3

On Android, people should be using `TouchableNativeFeedback` everywhere.

Reviewed By: sahrens

Differential Revision: D3896168

fbshipit-source-id: a7dd12b4bde079b120faaffc36d25292533a2c6d
2016-09-21 07:13:38 -07:00
..
__mocks__ Update to 14.0 2016-07-27 22:13:26 -07:00
__tests__ Update to 14.0 2016-07-27 22:13:26 -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 Reverted commit D3735237 2016-08-24 08:43:42 -07:00
TouchableBounce.js Auto-fix lint errors 2016-08-09 06:43:46 -07:00
TouchableHighlight.js Active opacity for TouchableHighlight should be 0.85 to match iOS native look 2016-09-21 07:13:38 -07:00
TouchableNativeFeedback.android.js Fixed position of ripple-effect 2016-07-08 19:33:20 -07:00
TouchableNativeFeedback.ios.js Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
TouchableOpacity.js Update Touchable docs with new image require syntax 2016-07-13 23:13:22 -07:00
TouchableWithoutFeedback.js Remove `node_modules/react` from the list of discoverable haste modules 2016-07-05 06:44:33 -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