mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 09:13:02 +08:00
Fix formatting
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user