Fix incorrect background color leftover from debugging

This commit is contained in:
Brent Vatne 2018-11-03 20:03:00 -07:00
parent 6af088d46b
commit d9613a7444

View File

@ -48,7 +48,7 @@ export default class TouchableItem extends React.Component {
this.props.borderless
)}
>
<View style={[style, { backgroundColor: '#fff' }]}>
<View style={style}>
{React.Children.only(this.props.children)}
</View>
</TouchableNativeFeedback>