rely on defaultProps in TouchableItem (#3374)

This commit is contained in:
Vojtech Novak 2018-01-28 23:33:21 +01:00 committed by Satyajit Sahoo
parent dca37627a2
commit 088e9e82ad

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>