mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-27 23:08:48 +00:00
Fix formatting
This commit is contained in:
parent
6d612681a1
commit
301e530a86
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user