mirror of
https://github.com/status-im/react-native.git
synced 2025-02-12 01:16:46 +00:00
Merge pull request #296 from ide/touchable-default
[Touchable] Change default `activeOpacity` to 0.2 to match iOS
This commit is contained in:
commit
d679cb4986
@ -59,7 +59,7 @@ var TouchableOpacity = React.createClass({
|
|||||||
|
|
||||||
getDefaultProps: function() {
|
getDefaultProps: function() {
|
||||||
return {
|
return {
|
||||||
activeOpacity: 0.5,
|
activeOpacity: 0.2,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user