rely on defaultProps in TouchableItem (#3374)

This commit is contained in:
Vojtech Novak
2018-01-28 23:33:21 +01:00
parent 3b88e0872f
commit 1e2bc9f273

View File

@@ -42,8 +42,8 @@ export default class TouchableItem extends React.Component {
{...rest}
style={null}
background={TouchableNativeFeedback.Ripple(
this.props.pressColor || '',
this.props.borderless || false
this.props.pressColor,
this.props.borderless
)}
>
<View style={style}>{React.Children.only(this.props.children)}</View>