Fix formatting

This commit is contained in:
Brent Vatne
2018-11-03 20:06:44 -07:00
parent 182955188b
commit a965e5ef43

View File

@@ -48,9 +48,7 @@ export default class TouchableItem extends React.Component {
this.props.borderless
)}
>
<View style={style}>
{React.Children.only(this.props.children)}
</View>
<View style={style}>{React.Children.only(this.props.children)}</View>
</TouchableNativeFeedback>
);
} else if (Platform.OS === 'ios') {