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.
2 parents 2efb25f + 735d33b commit 5004fa9Copy full SHA for 5004fa9
Tab.js
@@ -72,7 +72,7 @@ export default class Tab extends React.Component {
72
testID={this.props.testID}
73
accessible={this.props.accessible}
74
accessibilityLabel={this.props.accessibilityLabel}
75
- background={TouchableNativeFeedback.Ripple(undefined, true)}
+ background={TouchableNativeFeedback.Ripple && TouchableNativeFeedback.Ripple(undefined, true)}
76
onPress={this._handlePress}>
77
<View style={tabStyle}>
78
<View>
0 commit comments