mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-14 16:44:34 +00:00
Fix incorrect background color leftover from debugging
This commit is contained in:
parent
6af088d46b
commit
d9613a7444
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user