We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b51f9 commit d396f69Copy full SHA for d396f69
packages/react-native-web/src/exports/TouchableOpacity/index.js
@@ -187,7 +187,7 @@ const TouchableOpacity = ((createReactClass({
187
if (e.dispatchConfig.registrationName === 'onResponderGrant') {
188
this._opacityActive(0);
189
} else {
190
- this._opacityInactive(250);
+ this._opacityActive(150);
191
}
192
if (Platform.isTV) {
193
const tvEvent = TVEventHandler.getTVEvent(e);
0 commit comments