Fix incorrect background color leftover from debugging

This commit is contained in:
Brent Vatne
2018-11-03 20:03:00 -07:00
parent c86cf000b5
commit e856dda90e

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>